Home
last modified time | relevance | path

Searched refs:GeneratorObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.h46 ACCESSORS(GeneratorObject, GENERATOR_GENERATOR_OBJECT_OFFSET, GENERATOR_LEXICALENV_OFFSET)
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp159 using GeneratorObject = builtins::BuiltinsGenerator; typedef
640 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorPrototypeNext),
641 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorPrototypeReturn),
642 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorPrototypeThrow),
643 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorFunctionConstructor),
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp168 using GeneratorObject = builtins::BuiltinsGenerator; typedef
2924 … NewBuiltinConstructor(env, generatorFuncPrototype, GeneratorObject::GeneratorFunctionConstructor, in InitializeGeneratorFunction()
3010 GeneratorObject::GeneratorFunctionConstructor, FunctionLength::ONE); in InitializeGenerator()
3012 …SetFunction(env, generatorPrototype, "next", GeneratorObject::GeneratorPrototypeNext, FunctionLeng… in InitializeGenerator()
3014 …SetFunction(env, generatorPrototype, "return", GeneratorObject::GeneratorPrototypeReturn, Function… in InitializeGenerator()
3016 …SetFunction(env, generatorPrototype, "throw", GeneratorObject::GeneratorPrototypeThrow, FunctionLe… in InitializeGenerator()