Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_generator.h28 static JSTaggedValue AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_async_generator.cpp30 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeNext() function in panda::ecmascript::builtins::BuiltinsAsyncGenerator
H A Dbuiltins.cpp3127 SetFunction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototypeNext, in InitializeAsyncGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp619 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeNext),

Completed in 11 milliseconds