Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_generator.cpp22 JSTaggedValue BuiltinsGenerator::GeneratorFunctionConstructor(EcmaRuntimeCallInfo *argv) in GeneratorFunctionConstructor()
31 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeNext()
52 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeReturn(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeReturn()
77 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeThrow()
H A Dbuiltins_generator.h23 class BuiltinsGenerator : public base::BuiltinsBase { class
H A Dbuiltins.cpp155 using GeneratorObject = builtins::BuiltinsGenerator;
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp130 using GeneratorObject = builtins::BuiltinsGenerator;

Completed in 11 milliseconds