Changeset 52962 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Jan 7, 2010, 4:44:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
r49398 r52962 129 129 ASSERT(JSLock::currentThreadIsHoldingLock()); 130 130 131 structure()->disableSpecificFunctionTracking(); 132 131 133 d()->globalData = Heap::heap(this)->globalData(); 132 134 d()->globalScopeChain = ScopeChain(this, d()->globalData.get(), this, thisValue);
Note:
See TracChangeset
for help on using the changeset viewer.