Changeset 35478 in webkit for trunk/JavaScriptCore/API/JSCallbackFunction.cpp
- Timestamp:
- Jul 31, 2008, 5:19:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackFunction.cpp
r35291 r35478 33 33 #include "FunctionPrototype.h" 34 34 #include <kjs/JSGlobalObject.h> 35 #include <kjs/JSLock.h>36 35 #include <wtf/Vector.h> 37 36 … … 64 63 arguments[i] = toRef(args.at(exec, i)); 65 64 66 JSLock::DropAllLocks dropAllLocks(exec);67 65 return toJS(static_cast<JSCallbackFunction*>(functionObject)->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); 68 66 }
Note:
See TracChangeset
for help on using the changeset viewer.