Home | History | Annotate | Download | only in src

Lines Matching defs:HandleScope

17     : location_(HandleScope::GetHandle(isolate, object)) {}
24 reinterpret_cast<T**>(HandleScope::CreateHandle(isolate, object)));
28 HandleScope::HandleScope(Isolate* isolate) {
43 HandleScope::~HandleScope() {
60 void HandleScope::CloseScope(Isolate* isolate,
80 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) {
98 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) {
114 Object** HandleScope::GetHandle(Isolate* isolate, Object* value) {