Lines Matching refs:api_context
2830 v8::Local<v8::Context> api_context = v8::Utils::ToLocal(context);
2831 return sharedarraybuffer_constructor_enabled_callback()(api_context);
2839 v8::Local<v8::Context> api_context = v8::Utils::ToLocal(context);
2840 return wasm_simd_enabled_callback()(api_context);
2851 v8::Local<v8::Context> api_context = v8::Utils::ToLocal(context);
2852 return wasm_exceptions_enabled_callback()(api_context);
2865 v8::Local<v8::Context> api_context =
2867 return wasm_dynamic_tiering_enabled_callback()(api_context);
4643 v8::Local<v8::Context> api_context,
4647 isolate, resolver, v8::Promise::Resolver::New(api_context),
4651 isolate, resolver->Reject(api_context, v8::Utils::ToLocal(exception)),
4663 v8::Local<v8::Context> api_context =
4670 return NewRejectedPromise(this, api_context, exception);
4678 return NewRejectedPromise(this, api_context, exception);
4688 return NewRejectedPromise(this, api_context, exception);
4694 api_context,
4710 api_context, v8::Utils::ToLocal(script_or_module),
4845 v8::Local<v8::Context> api_context =
4848 api_context, Utils::ToLocal(Handle<Module>::cast(module)),
4876 v8::Local<v8::Context> api_context =
4881 host_create_shadow_realm_context_callback_(api_context),
4891 v8::Local<v8::Context> api_context = Utils::ToLocal(context);
4896 prepare_stack_trace_callback_(api_context, Utils::ToLocal(error),