Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_generator.h34 static JSTaggedValue AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv);
Dbuiltins_async_generator.cpp68 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeThrow() function in panda::ecmascript::builtins::BuiltinsAsyncGenerator
Dbuiltins.cpp3264 …tion(env, asyncGeneratorFuncPrototype, "throw", AsyncGeneratorObject::AsyncGeneratorPrototypeThrow, in InitializeAsyncGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp644 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeThrow),