Lines Matching refs:after
414 * After a handle scope has been created, all local handles will be
418 * place in the new handle scope until it is deleted. After that,
421 * After the handle scope of a local handle has been deleted the
434 * previous scope, which is the new current scope after the call.
741 * snapshot of the execution stack and the information remains valid after
2382 * adjusted after the VM is initialized.
2423 * operation; the caller must return immediately and only after the exception
2486 * before and after a garbage collection. Allocations are not
2665 * Check if V8 is dead and therefore unusable. This is the case after
2762 * Enables the host application to receive a notification after a
2782 * Enables the host application to receive a notification after a
2807 * After each garbage collection, object groups are removed. It is
2820 * After each garbage collection, all implicit references
2935 * The thread id for a thread should only be retrieved after the V8
3088 * it is illegal to execute any JavaScript operations after calling
3119 * After this method has been called, HasCaught() will return false.
3208 * after DetachGlobal has been called.
3266 * Enter this context. After entering a context, all code compiled
3332 * access to the isolate. After the code using V8 has completed
3768 internal::Object** after = RawClose(before);
3769 return Local<T>(reinterpret_cast<T*>(after));