Changeset 28887 in webkit for trunk/JavaScriptCore/bindings/runtime_method.h
- Timestamp:
- Dec 20, 2007, 9:42:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.h
r26715 r28887 33 33 namespace KJS { 34 34 35 36 class RuntimeMethod : public InternalFunctionImp 37 { 35 class RuntimeMethod : public InternalFunctionImp { 38 36 public: 39 37 RuntimeMethod(ExecState *exec, const Identifier &n, Bindings::MethodList &methodList); … … 42 40 43 41 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 44 45 virtual Completion execute(ExecState *exec);46 42 47 43 private:
Note:
See TracChangeset
for help on using the changeset viewer.