Changeset 2760 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- Nov 19, 2002, 2:02:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r2736 r2760 236 236 FunctionBodyNode *bodyNode = progNode; 237 237 238 FunctionImp *fimp = new DeclaredFunctionImp(exec, UString::null, bodyNode,238 FunctionImp *fimp = new DeclaredFunctionImp(exec, Identifier::null, bodyNode, 239 239 scopeChain); 240 240 Object ret(fimp); // protect from GC
Note:
See TracChangeset
for help on using the changeset viewer.