Changeset 7923 in webkit for trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
- Timestamp:
- Nov 1, 2004, 1:23:14 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
r7566 r7923 4 4 Public header file. 5 5 */ 6 #ifndef _WEB_SCRIPT_OBJECT_H_7 #define _WEB_SCRIPT_OBJECT_H_8 6 9 7 #import <Foundation/Foundation.h> 10 8 11 // NSObject (WebScript Methods) -----------------------------------------------------9 // NSObject (WebScripting) ----------------------------------------------------- 12 10 13 11 /* 14 The methods in WebScript Methodsare optionally implemented by classes whose12 The methods in WebScripting are optionally implemented by classes whose 15 13 interfaces are exported (wrapped) to a web scripting environment. The 16 14 scripting environment currently supported by WebKit uses the JavaScript … … 18 16 19 17 Instances automatically reflect their interfaces in the scripting environment. This 20 automatic reflection can be overriden using the class methods defined in the WebScript Methods18 automatic reflection can be overriden using the class methods defined in the WebScripting 21 19 informal protocol. 22 20 … … 261 259 262 260 @end 263 264 #endif
Note:
See TracChangeset
for help on using the changeset viewer.