Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.h116 ACCESSORS(AsyncGeneratorObject, ASYNC_GENERATOR_OBJECT_OFFSET, SIZE);
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp160 using AsyncGeneratorObject = builtins::BuiltinsAsyncGenerator; typedef
644 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeNext),
645 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeReturn),
646 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeThrow),
647 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorFunctionConstructor),
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp193 using AsyncGeneratorObject = builtins::BuiltinsAsyncGenerator; typedef
2971AsyncGeneratorObject::AsyncGeneratorFunctionConstructor, "AsyncGeneratorFunction", in InitializeAsyncGeneratorFunction()
3040 …SetFunction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototyp… in InitializeAsyncGenerator()
3043 …SetFunction(env, asyncGeneratorFuncPrototype, "return", AsyncGeneratorObject::AsyncGeneratorProtot… in InitializeAsyncGenerator()
3046 …SetFunction(env, asyncGeneratorFuncPrototype, "throw", AsyncGeneratorObject::AsyncGeneratorPrototy… in InitializeAsyncGenerator()