Searched refs:import_assertions_argument (Results 1 – 1 of 1) sorted by relevance
4721 Handle<Object> import_assertions_argument; in ThrowInternal() local4722 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()