Changeset 7565 in webkit for trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
- Timestamp:
- Sep 14, 2004, 7:48:37 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
r6711 r7565 124 124 125 125 /*! 126 @method invokeDefaultMethodWithArguments: 127 @param args The args to pass the method. 128 @discussion If a script attempts to invoke a method on an exposed object 129 directory this method will be called. 130 */ 131 - (id)invokeDefaultMethodWithArguments:(NSArray *)args; 132 133 /*! 126 134 @method finalizeForWebScript 127 135 @discussion finalizeForScript is called on objects exposed to the script
Note:
See TracChangeset
for help on using the changeset viewer.