Searched refs:GeneratorObject (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.h | 46 ACCESSORS(GeneratorObject, GENERATOR_GENERATOR_OBJECT_OFFSET, GENERATOR_LEXICALENV_OFFSET)
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 159 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/ |
| D | builtins.cpp | 168 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()
|