Changeset 35478 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
- Timestamp:
- Jul 31, 2008, 5:19:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r35202 r35478 44 44 #include "GlobalEvalFunction.h" 45 45 #include "JSGlobalObjectFunctions.h" 46 #include "JSLock.h"47 46 #include "Machine.h" 48 47 #include "MathObject.h" … … 78 77 JSGlobalObject::~JSGlobalObject() 79 78 { 80 ASSERT(JSLock::currentThreadIsHoldingLock());81 82 79 if (d()->debugger) 83 80 d()->debugger->detach(this); … … 111 108 void JSGlobalObject::init(JSObject* thisValue) 112 109 { 113 ASSERT(JSLock::currentThreadIsHoldingLock());114 115 110 d()->globalData = Heap::heap(this)->globalData(); 116 111
Note:
See TracChangeset
for help on using the changeset viewer.