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
642 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeNext),
643 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeReturn),
644 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorPrototypeThrow),
645 reinterpret_cast<uintptr_t>(AsyncGeneratorObject::AsyncGeneratorFunctionConstructor),
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp186 using AsyncGeneratorObject = builtins::BuiltinsAsyncGenerator; typedef
3188AsyncGeneratorObject::AsyncGeneratorFunctionConstructor, "AsyncGeneratorFunction", in InitializeAsyncGeneratorFunction()
3257 …SetFunction(env, asyncGeneratorFuncPrototype, "next", AsyncGeneratorObject::AsyncGeneratorPrototyp… in InitializeAsyncGenerator()
3260 …SetFunction(env, asyncGeneratorFuncPrototype, "return", AsyncGeneratorObject::AsyncGeneratorProtot… in InitializeAsyncGenerator()
3263 …SetFunction(env, asyncGeneratorFuncPrototype, "throw", AsyncGeneratorObject::AsyncGeneratorPrototy… in InitializeAsyncGenerator()