Home
last modified time | relevance | path

Searched refs:host_create_shadow_realm_context_callback_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc4865 host_create_shadow_realm_context_callback_ = callback; in ThrowInternal()
4869 if (host_create_shadow_realm_context_callback_ == nullptr) { in ThrowInternal()
4881 host_create_shadow_realm_context_callback_(api_context), in ThrowInternal()
Disolate.h2162 host_create_shadow_realm_context_callback_ = nullptr; variable