Changeset 37088 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
- Timestamp:
- Sep 29, 2008, 6:14:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r37086 r37088 123 123 } 124 124 125 void JSGlobalObject::init( JSObject* thisValue)125 void JSGlobalObject::init() 126 126 { 127 127 ASSERT(JSLock::currentThreadIsHoldingLock()); … … 140 140 d()->debugger = 0; 141 141 142 d()->globalExec.set(new ExecState(this, thisValue,d()->globalCallFrame + RegisterFile::CallFrameHeaderSize));142 d()->globalExec.set(new ExecState(this, d()->globalCallFrame + RegisterFile::CallFrameHeaderSize)); 143 143 144 144 d()->profileGroup = 0;
Note:
See TracChangeset
for help on using the changeset viewer.