Home | History | Annotate | Download | only in extensions

Lines Matching defs:handle_

31       handle_.Reset(GetIsolate(handle), handle);
37 if (handle_.IsEmpty())
39 handle_.Dispose();
40 handle_.Clear();
51 const_cast<v8::Persistent<T>* >(&handle_));
55 if (handle_.IsEmpty())
57 return v8::Local<T>::New(GetIsolate(handle_), handle_);
63 handle_.MakeWeak(parameters, callback);
85 v8::Persistent<T> handle_;