Changeset 157424 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Oct 14, 2013, 2:59:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r157413 r157424 597 597 598 598 if (slot.type() == PutPropertySlot::NewProperty) { 599 GCSafeConcurrentJITLocker locker(codeBlock->m_lock, vm.heap);599 ConcurrentJITLocker locker(codeBlock->m_lock); 600 600 601 601 if (!structure->isDictionary() && structure->previousID()->outOfLineCapacity() == structure->outOfLineCapacity()) {
Note:
See TracChangeset
for help on using the changeset viewer.