Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_generator.h28 static JSTaggedValue AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv);
Dbuiltins_async_generator.cpp33 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeNext() function in panda::ecmascript::builtins::BuiltinsAsyncGenerator
Dbuiltins.cpp3258 …nction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototypeNext, in InitializeAsyncGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp642 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeNext),