Home | History | Annotate | Download | only in runtime

Lines Matching refs:isolate

14   SealHandleScope scope(isolate);
20 return isolate->heap()->ToBoolean(index == length);
25 HandleScope scope(isolate);
31 if (!Object::ToName(isolate, key).ToHandle(&name)) {
32 return isolate->heap()->exception();
35 if (!result.IsJust()) return isolate->heap()->exception();
37 return isolate->heap()->undefined_value();
42 HandleScope scope(isolate);
48 Handle<Object> key = handle(cache_array->get(index), isolate);
56 if (!Object::ToName(isolate, key).ToHandle(&name)) {
57 return isolate->heap()->exception();
60 if (!result.IsJust()) return isolate->heap()->exception();
62 return isolate->heap()->undefined_value();
67 SealHandleScope scope(isolate);