Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/array_object.cpp
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.cpp
r12911 r12921 440 440 { 441 441 put(exec,lengthPropertyName,jsNumber(len),DontDelete|ReadOnly|DontEnum); 442 }443 444 bool ArrayProtoFunc::implementsCall() const445 {446 return true;447 442 } 448 443 … … 953 948 } 954 949 955 bool ArrayObjectImp::implementsCall() const956 {957 return true;958 }959 960 950 // ECMA 15.6.1 961 951 JSValue *ArrayObjectImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, const List &args)
Note:
See TracChangeset
for help on using the changeset viewer.