Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_generator.h26 static JSTaggedValue GeneratorFunctionConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_generator.cpp22 JSTaggedValue BuiltinsGenerator::GeneratorFunctionConstructor(EcmaRuntimeCallInfo *argv) in GeneratorFunctionConstructor() function in panda::ecmascript::builtins::BuiltinsGenerator
H A Dbuiltins.cpp3011 NewBuiltinConstructor(env, generatorFuncPrototype, GeneratorObject::GeneratorFunctionConstructor, in InitializeGeneratorFunction()
3097 GeneratorObject::GeneratorFunctionConstructor, FunctionLength::ONE); in InitializeGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp618 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorFunctionConstructor),

Completed in 12 milliseconds