Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r12911 r12921 46 46 virtual bool deleteProperty(ExecState *exec, const Identifier &propertyName); 47 47 48 virtual bool implementsCall() const;49 48 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 50 49 … … 147 146 public: 148 147 GlobalFuncImp(ExecState*, FunctionPrototype*, int i, int len, const Identifier&); 149 virtual bool implementsCall() const;150 148 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 151 149 virtual CodeType codeType() const;
Note:
See TracChangeset
for help on using the changeset viewer.