Changeset 35853 in webkit for trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
- Timestamp:
- Aug 20, 2008, 12:23:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
r35478 r35853 30 30 #include "APICast.h" 31 31 #include <kjs/JSGlobalObject.h> 32 #include <kjs/JSLock.h> 32 33 #include <kjs/ObjectPrototype.h> 33 34 #include <wtf/Vector.h> … … 69 70 arguments[i] = toRef(args.at(exec, i)); 70 71 72 JSLock::DropAllLocks dropAllLocks(exec); 71 73 return toJS(callback(ctx, constructorRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); 72 74 }
Note:
See TracChangeset
for help on using the changeset viewer.