Changeset 6650 in webkit for trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
- Timestamp:
- May 20, 2004, 3:13:48 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
r6644 r6650 126 126 @method finalizeForWebScript 127 127 @discussion finalizeForScript is called on objects exposed to the script 128 environment just before the script environment is reset. After calls to129 finalizeFor Script the object will no longer be referenced by the script environment.130 Further any references to WebScriptObjects made by the exposed object will128 environment just before the script environment releases the object. After calls to 129 finalizeForWebScript the object will no longer be referenced by the script environment. 130 Further, any references to WebScriptObjects made by the exposed object will 131 131 be invalid and have undefined consequences. 132 132 */
Note:
See TracChangeset
for help on using the changeset viewer.