Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc4740 Handle<Object> import_assertions_object; in ThrowInternal() local
4746 .ToHandle(&import_assertions_object)) { in ThrowInternal()
4755 import_assertions_object->IsUndefined())) { in ThrowInternal()
4759 .ToHandle(&import_assertions_object)) { in ThrowInternal()
4768 if (import_assertions_object->IsUndefined()) return import_assertions_array; in ThrowInternal()
4770 if (!import_assertions_object->IsJSReceiver()) { in ThrowInternal()
4777 Handle<JSReceiver>::cast(import_assertions_object); in ThrowInternal()