Changeset 190606 in webkit for trunk/Source/JavaScriptCore/runtime/CommonSlowPaths.h
- Timestamp:
- Oct 5, 2015, 10:51:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CommonSlowPaths.h
r190589 r190606 130 130 131 131 ConcurrentJITLocker locker(codeBlock->m_lock); 132 pc[5].u.structure.set(exec->vm(), codeBlock , scope->structure());132 pc[5].u.structure.set(exec->vm(), codeBlock->ownerExecutable(), 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 , structure);165 pc[5].u.structure.set(exec->vm(), codeBlock->ownerExecutable(), structure); 166 166 pc[6].u.operand = slot.cachedOffset(); 167 167 }
Note:
See TracChangeset
for help on using the changeset viewer.