Changeset 26715 in webkit for trunk/JavaScriptCore/bindings/runtime_method.h
- Timestamp:
- Oct 17, 2007, 2:01:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.h
r23538 r26715 43 43 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 44 44 45 virtual CodeType codeType() const;46 47 45 virtual Completion execute(ExecState *exec); 48 46
Note:
See TracChangeset
for help on using the changeset viewer.