Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_generator.h34 static JSTaggedValue AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_async_generator.cpp65 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeThrow() function in panda::ecmascript::builtins::BuiltinsAsyncGenerator
H A Dbuiltins.cpp3133 SetFunction(env, asyncGeneratorFuncPrototype, "throw", AsyncGeneratorObject::AsyncGeneratorPrototypeThrow, in InitializeAsyncGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp621 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeThrow),

Completed in 12 milliseconds