Changeset 43372 in webkit for trunk/JavaScriptCore/runtime/FunctionConstructor.cpp
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/FunctionConstructor.cpp
r43311 r43372 55 55 } 56 56 57 static JSValue callFunctionConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)57 static JSValue JSC_HOST_CALL callFunctionConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args) 58 58 { 59 59 return constructFunction(exec, args);
Note:
See TracChangeset
for help on using the changeset viewer.