Home | History | Annotate | Download | only in API

Lines Matching full:finalized

96 @abstract The callback invoked when an object is finalized (prepared for garbage collection). An object may be finalized on any thread.
97 @param object The JSObject being finalized.
320 @field finalize The callback invoked when an object is finalized (prepared for garbage collection). Use this callback to release resources allocated for the object, and perform other cleanup.