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