Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h60 MaybeHandle<JSGlobalProxy> maybe_global_proxy,
67 MaybeHandle<JSGlobalProxy> maybe_global_proxy,
Dbootstrapper.cc152 Genesis(Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy,
157 Genesis(Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy,
320 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in CreateEnvironment() argument
328 Genesis genesis(isolate_, maybe_global_proxy, global_proxy_template, in CreateEnvironment()
342 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in NewRemoteContext() argument
347 Genesis genesis(isolate_, maybe_global_proxy, global_proxy_template); in NewRemoteContext()
5639 Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy, in Genesis() argument
5656 if (!maybe_global_proxy.ToHandle(&global_proxy)) { in Genesis()
5779 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in Genesis() argument
5793 if (!maybe_global_proxy.ToHandle(&global_proxy)) { in Genesis()
Dapi.cc6102 i::Isolate* isolate, i::MaybeHandle<i::JSGlobalProxy> maybe_global_proxy, in Invoke()
6107 maybe_global_proxy, global_proxy_template, extensions, in Invoke()
6115 i::Isolate* isolate, i::MaybeHandle<i::JSGlobalProxy> maybe_global_proxy, in Invoke()
6121 return isolate->bootstrapper()->NewRemoteContext(maybe_global_proxy, in Invoke()
6130 v8::MaybeLocal<Value> maybe_global_proxy, size_t context_snapshot_index, in CreateEnvironment() argument
6196 if (!maybe_global_proxy.IsEmpty()) { in CreateEnvironment()
6198 Utils::OpenHandle(*maybe_global_proxy.ToLocalChecked())); in CreateEnvironment()