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