Home | History | Annotate | Download | only in include

Lines Matching defs:Dispose

723    * The destructor will dispose the Persistent based on the
724 * kResetInDestructor flags in the traits class. Since not calling dispose
2440 * Internally V8 will call this Dispose method when the external string
2445 virtual void Dispose() { delete this; }
2587 * resource will be disposed by calling its Dispose method. The caller of
2612 * resource will be disposed by calling its Dispose method. The caller of
6601 * by calling Dispose(). Using the delete operator is not allowed.
6661 void Dispose();
7593 * It should generally not be necessary to dispose v8 before exiting
7597 static bool Dispose();