Home | History | Annotate | Download | only in include

Lines Matching defs:HandleScope

326   friend class HandleScope;
484 * a Local handle only lives as long as the HandleScope in which it was
887 class V8_EXPORT HandleScope {
889 HandleScope(Isolate* isolate);
891 ~HandleScope();
903 V8_INLINE HandleScope() {}
917 HandleScope(const HandleScope&);
918 void operator=(const HandleScope&);
937 * A HandleScope which first allocates a handle in the current scope
940 class V8_EXPORT EscapableHandleScope : public HandleScope {
7271 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
7763 O** result = HandleScope::CreateHandle(reinterpret_cast<HO*>(obj), value);
8375 HandleScope::CreateHandle(context, I::ReadEmbedderData<O*>(this, index));