Changeset 190589 in webkit for trunk/Source/JavaScriptCore/runtime/CommonSlowPaths.h
- Timestamp:
- Oct 5, 2015, 4:31:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CommonSlowPaths.h
r190546 r190589 130 130 131 131 ConcurrentJITLocker locker(codeBlock->m_lock); 132 pc[5].u.structure.set(exec->vm(), codeBlock ->ownerExecutable(), scope->structure());132 pc[5].u.structure.set(exec->vm(), codeBlock, scope->structure()); 133 133 pc[6].u.operand = slot.cachedOffset(); 134 134 } … … 163 163 { 164 164 ConcurrentJITLocker locker(codeBlock->m_lock); 165 pc[5].u.structure.set(exec->vm(), codeBlock ->ownerExecutable(), structure);165 pc[5].u.structure.set(exec->vm(), codeBlock, structure); 166 166 pc[6].u.operand = slot.cachedOffset(); 167 167 }
Note:
See TracChangeset
for help on using the changeset viewer.