Changeset 28887 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Dec 20, 2007, 9:42:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r28545 r28887 83 83 84 84 virtual JSValue* callAsFunction(ExecState*, JSObject* thisObj, const List& args); 85 Completion execute(ExecState*);86 85 87 86 // Note: unlike body->paramName, this returns Identifier::null for parameters
Note:
See TracChangeset
for help on using the changeset viewer.