Lines Matching defs:handle
229 // Give the embedder a chance to handle the condition. If it doesn't,
1500 i::Handle<i::FunctionTemplateInfo> handle = Utils::OpenHandle(this, true);
1501 if (!Utils::ApiCheck(!handle.is_null(),
1503 "Reading from empty handle")) {
1506 i::Isolate* isolate = handle->GetIsolate();
1508 if (handle->GetInstanceTemplate().IsUndefined(isolate)) {
1510 ObjectTemplate::New(isolate, ToApiHandle<FunctionTemplate>(handle));
1511 i::FunctionTemplateInfo::SetInstanceTemplate(isolate, handle,
1515 i::ObjectTemplateInfo::cast(handle->GetInstanceTemplate()), isolate);
2132 handle(fun->shared().script(), isolate);
2191 return ToApiHandle<UnboundScript>(i::handle(sfi, isolate));
2201 i::handle(i::Script::cast(sfi.script()).name(), isolate));
2268 return ToApiHandle<String>(i::handle(self->specifier(), isolate));
2278 return ToApiHandle<FixedArray>(i::handle(self->import_assertions(), isolate));
2308 return ToApiHandle<Value>(i::handle(self->GetException(), isolate));
2361 return ToApiHandle<UnboundModuleScript>(i::handle(
2691 i::handle(script->script_or_modules(), isolate);
4640 return Utils::ToLocal(i::handle(iter.GetCurrent<i::JSObject>(), isolate));
5291 return Utils::ToLocal(handle(func->shared().Name(), isolate));
5366 return ToApiHandle<UnboundScript>(i::handle(sfi, isolate));
5381 auto bound_target_function = i::handle(
6332 i::handle(global_constructor->GetAccessCheckInfo(), isolate));
6347 handle(global_constructor->GetNamedPropertyHandler(), isolate);
6355 handle(global_constructor->GetIndexedPropertyHandler(), isolate);
6379 i::handle(proxy_constructor->GetAccessCheckInfo(), isolate));
6458 i::Handle<i::AccessCheckInfo> access_check_info = i::handle(
6638 handle(i_context->native_context(), isolate));
6728 i::Handle<i::AccessCheckInfo> access_check_info = i::handle(
6907 // thrown, and return the null handle instead.
7844 i::handle(i::String::cast(obj->script().name()), obj->GetIsolate());
8035 buffer = i::handle(i::JSArrayBuffer::cast(data_view->buffer()),
8353 i::Handle<i::BigInt> handle = Utils::OpenHandle(this);
8354 return handle->AsUint64(lossless);
8358 i::Handle<i::BigInt> handle = Utils::OpenHandle(this);
8359 return handle->AsInt64(lossless);
8363 i::Handle<i::BigInt> handle = Utils::OpenHandle(this);
8364 return handle->Words64Count();
8369 i::Handle<i::BigInt> handle = Utils::OpenHandle(this);
8370 return handle->ToWordsArray64(sign_bit, word_count, words);
8436 // If we're passed an empty handle, we throw an undefined exception
9040 handle(Utils::OpenHandle(*context)->native_context(), i_isolate);
9243 // A handle scope for the native context.
10368 const v8::TracedReference<v8::Value>& handle) {
10373 const v8::TracedReference<v8::Value>& handle) {