Searched refs:AsyncGeneratorObject (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.h | 116 ACCESSORS(AsyncGeneratorObject, ASYNC_GENERATOR_OBJECT_OFFSET, SIZE);
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 160 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/ |
| D | builtins.cpp | 186 using AsyncGeneratorObject = builtins::BuiltinsAsyncGenerator; typedef 3188 … AsyncGeneratorObject::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()
|