Changeset 15482 in webkit for trunk/JavaScriptCore/API/JSCallbackFunction.cpp
- Timestamp:
- Jul 17, 2006, 1:20:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackFunction.cpp
r15469 r15482 40 40 } 41 41 42 // InternalFunctionImp mish-mashes constructor and function behavior -- we should 43 // refactor the code so this override isn't necessary 44 bool JSCallbackFunction::implementsHasInstance() const { 45 return false; 46 } 47 42 48 JSValue* JSCallbackFunction::callAsFunction(ExecState* exec, JSObject* thisObj, const List &args) 43 49 {
Note:
See TracChangeset
for help on using the changeset viewer.