Changeset 3745 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- Mar 4, 2003, 4:41:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r3373 r3745 237 237 FunctionBodyNode *bodyNode = progNode; 238 238 239 FunctionImp *fimp = new DeclaredFunctionImp(exec, Identifier::null , bodyNode,239 FunctionImp *fimp = new DeclaredFunctionImp(exec, Identifier::null(), bodyNode, 240 240 scopeChain); 241 241 Object ret(fimp); // protect from GC
Note:
See TracChangeset
for help on using the changeset viewer.