Mozilla.com

  1. Mozilla Developer Center
  2. Main Page
  3. JSObjectOps.destroyObjectMap
Table of contents
  1. 1. Syntax
Redirected from En/JSObjectMapOp

JSObjectOps.destroyObjectMap

Table of contents
  1. 1. Syntax

Warning sign
Warning: JSObjectOps is not a supported API. Details of the API may change from one release to the next. This documentation should be considered SpiderMonkey internals documentation, not API documentation. See bug 408416.

The JSObjectOps.destroyObjectMap callback is called to destroy a JSObjectMap when its reference count goes to zero.

Syntax

typedef void (*JSObjectMapOp)(JSContext *cx, JSObjectMap *map);
Name Type Description
cx JSContext * Pointer to the JS context in which garbage collection is happening.
map JSObjectMap * The map to destroy.

Page last modified 19:20, 3 Feb 2008 by Jorend

Files (0)