Changeset 289863 in webkit for trunk/Source/JavaScriptCore/dynbench.cpp
- Timestamp:
- Feb 15, 2022, 4:42:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dynbench.cpp
r278069 r289863 1 1 /* 2 * Copyright (C) 2015-20 19Apple Inc. All rights reserved.2 * Copyright (C) 2015-2022 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 92 92 JSC::initialize(); 93 93 94 VM& vm = VM::create( LargeHeap).leakRef();94 VM& vm = VM::create(HeapType::Large).leakRef(); 95 95 { 96 96 JSLockHolder locker(vm);
Note:
See TracChangeset
for help on using the changeset viewer.