Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc4721 Handle<Object> import_assertions_argument; in ThrowInternal() local
4722 if (!maybe_import_assertions_argument.ToHandle(&import_assertions_argument) || in ThrowInternal()
4723 import_assertions_argument->IsUndefined()) { in ThrowInternal()
4731 if (!import_assertions_argument->IsJSReceiver()) { in ThrowInternal()
4738 Handle<JSReceiver>::cast(import_assertions_argument); in ThrowInternal()