Changeset 32819 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
- Timestamp:
- May 2, 2008, 11:10:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r32807 r32819 231 231 d()->perThreadData.propertyNames = CommonIdentifiers::shared(); 232 232 d()->perThreadData.heap = Heap::threadHeap(); 233 d()->perThreadData.functionCallDepth = 0; 233 234 234 235 d()->globalExec.set(new GlobalExecState(this, thisValue));
Note:
See TracChangeset
for help on using the changeset viewer.