Changeset 166415 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Mar 28, 2014, 11:10:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r166292 r166415 198 198 } 199 199 200 void JSGlobalObject::init( JSObject* thisValue)200 void JSGlobalObject::init() 201 201 { 202 202 ASSERT(vm().currentThreadIsHoldingAPILock()); 203 203 204 setGlobalThis(vm(), thisValue);205 204 JSGlobalObject::globalExec()->init(0, 0, this, CallFrame::noCaller(), 0, 0); 206 205
Note:
See TracChangeset
for help on using the changeset viewer.