Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_generator.h29 static JSTaggedValue GeneratorPrototypeNext(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_generator.cpp31 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeNext() function in panda::ecmascript::builtins::BuiltinsGenerator
H A Dbuiltins.cpp3099 SetFunction(env, generatorPrototype, "next", GeneratorObject::GeneratorPrototypeNext, FunctionLength::ONE); in InitializeGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp615 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorPrototypeNext),

Completed in 13 milliseconds