Changeset 26715 in webkit for trunk/JavaScriptCore/bindings
- Timestamp:
- Oct 17, 2007, 2:01:27 PM (18 years ago)
- Location:
- trunk/JavaScriptCore/bindings
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.cpp
r23538 r26715 93 93 } 94 94 95 CodeType RuntimeMethod::codeType() const96 {97 return FunctionCode;98 }99 100 95 Completion RuntimeMethod::execute(ExecState*) 101 96 { -
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.