Lines Matching full:dispose
127 * This callback should either explicitly invoke Dispose on |object| if
308 * be disposed using Persistent::Dispose. Since persistent handles
378 inline void Dispose();
1101 * Internally V8 will call this Dispose method when the external string
1106 virtual void Dispose() { delete this; }
1214 * resource will be disposed by calling its Dispose method. The caller of
1235 * resource will be disposed by calling its Dispose method. The caller of
2765 * by calling Dispose(). Using the delete operator is not allowed.
2800 void Dispose();
3243 * It should generally not be necessary to dispose v8 before exiting
3247 static bool Dispose();
3983 void Persistent<T>::Dispose() {