Changeset 289863 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Feb 15, 2022, 4:42:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r289417 r289863 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2004-202 1Apple Inc. All rights reserved.3 * Copyright (C) 2004-2022 Apple Inc. All rights reserved. 4 4 * Copyright (C) 2006 Bjoern Graf ([email protected]) 5 5 * … … 3605 3605 Worker worker(Workers::singleton()); 3606 3606 3607 VM& vm = VM::create( LargeHeap).leakRef();3607 VM& vm = VM::create(HeapType::Large).leakRef(); 3608 3608 if (!isWorker && options.m_canBlockIsFalse) 3609 3609 vm.m_typedArrayController = adoptRef(new JSC::SimpleTypedArrayController(false));
Note:
See TracChangeset
for help on using the changeset viewer.