Home
last modified time | relevance | path

Searched refs:maybe_global_proxy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/init/
Dbootstrapper.h52 MaybeHandle<JSGlobalProxy> maybe_global_proxy,
73 MaybeHandle<JSGlobalProxy> maybe_global_proxy,
Dbootstrapper.cc154 Genesis(Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy,
159 Genesis(Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy,
314 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in CreateEnvironment() argument
322 Genesis genesis(isolate_, maybe_global_proxy, global_proxy_template, in CreateEnvironment()
336 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in NewRemoteContext() argument
341 Genesis genesis(isolate_, maybe_global_proxy, global_proxy_template); in NewRemoteContext()
5190 Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy, in Genesis() argument
5208 if (!maybe_global_proxy.ToHandle(&global_proxy)) { in Genesis()
5336 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in Genesis() argument
5350 if (!maybe_global_proxy.ToHandle(&global_proxy)) { in Genesis()
/external/v8/src/api/
Dapi.cc5904 i::Isolate* isolate, i::MaybeHandle<i::JSGlobalProxy> maybe_global_proxy, in Invoke()
5910 maybe_global_proxy, global_proxy_template, extensions, in Invoke()
5918 i::Isolate* isolate, i::MaybeHandle<i::JSGlobalProxy> maybe_global_proxy, in Invoke()
5925 return isolate->bootstrapper()->NewRemoteContext(maybe_global_proxy, in Invoke()
5934 v8::MaybeLocal<Value> maybe_global_proxy, size_t context_snapshot_index, in CreateEnvironment() argument
6005 if (!maybe_global_proxy.IsEmpty()) { in CreateEnvironment()
6007 Utils::OpenHandle(*maybe_global_proxy.ToLocalChecked())); in CreateEnvironment()