Lines Matching refs:HandleScope
337 friend class HandleScope;
413 friend class HandleScope;
472 * a Local handle only lives as long as the HandleScope in which it was
849 class V8_EXPORT HandleScope {
851 HandleScope(Isolate* isolate);
853 ~HandleScope();
874 V8_INLINE HandleScope() {}
879 HandleScope(const HandleScope&);
880 void operator=(const HandleScope&);
905 // from the HandleScope being closed to the next top most HandleScope.
919 * A HandleScope which first allocates a handle in the current scope
922 class V8_EXPORT EscapableHandleScope : public HandleScope {
5779 return Handle<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
5789 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
6159 Local<T> HandleScope::Close(Handle<T> value) {
6215 O** result = HandleScope::CreateHandle(reinterpret_cast<HO*>(obj), value);
6716 HandleScope::CreateHandle(context, I::ReadEmbedderData<O*>(this, index));