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