Changeset 7239 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- Aug 12, 2004, 10:21:29 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r7105 r7239 42 42 { 43 43 Value protect(this); 44 putDirect(lengthPropertyName, NumberImp::zero(), DontDelete|ReadOnly|DontEnum); 44 45 putDirect(toStringPropertyName, new FunctionProtoFuncImp(exec, this, FunctionProtoFuncImp::ToString, 0), DontEnum); 45 46 static const Identifier applyPropertyName("apply");
Note:
See TracChangeset
for help on using the changeset viewer.