Changeset 18888 in webkit for trunk/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Jan 16, 2007, 1:07:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.h
r17017 r18888 99 99 The finalize callback is called on the most derived class first, and the least 100 100 derived class (the parent class) last. 101 102 You must not call any function that may cause a garbage collection or an allocation 103 of a garbage collected object from within a JSObjectFinalizeCallback. This includes 104 all functions that have a JSContextRef parameter. 101 105 */ 102 106 typedef void
Note:
See TracChangeset
for help on using the changeset viewer.