Searched refs:AsyncGeneratorRequest (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.h | 44 class AsyncGeneratorRequest final : public Record { 46 CAST_CHECK(AsyncGeneratorRequest, IsAsyncGeneratorRequest);
|
D | js_async_generator_object.cpp | 66 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResolve() 102 JSHandle<AsyncGeneratorRequest> next = JSHandle<AsyncGeneratorRequest>::Cast(val); in AsyncGeneratorReject() 144 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResumeNext() 288 JSHandle<AsyncGeneratorRequest> asyncGeneratorRst = fty->NewAsyncGeneratorRequest(); in AsyncGeneratorEnqueue()
|
D | object_factory.h | 151 class AsyncGeneratorRequest; variable 303 JSHandle<AsyncGeneratorRequest> NewAsyncGeneratorRequest();
|
D | global_env_constants.cpp | 135 factory->NewEcmaReadOnlyHClass(hClass, AsyncGeneratorRequest::SIZE, in InitRootsClass()
|
D | dump.cpp | 801 AsyncGeneratorRequest::Cast(obj)->Dump(os); in DumpObject() 2605 void AsyncGeneratorRequest::Dump(std::ostream &os) const in Dump() 3843 AsyncGeneratorRequest::Cast(obj)->DumpForSnapshot(vec); in DumpObject() 4918 void AsyncGeneratorRequest::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec) co… in DumpForSnapshot()
|
D | object_factory.cpp | 4061 JSHandle<AsyncGeneratorRequest> ObjectFactory::NewAsyncGeneratorRequest() in NewAsyncGeneratorRequest() 4066 JSHandle<AsyncGeneratorRequest> obj(thread_, header); in NewAsyncGeneratorRequest()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | object_xray.h | 395 AsyncGeneratorRequest::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | dump_test.cpp | 916 CHECK_DUMP_FIELDS(Record::SIZE, AsyncGeneratorRequest::SIZE, 2U); in HWTEST_F_L0() 917 … JSHandle<AsyncGeneratorRequest> asyncGeneratorRequest = factory->NewAsyncGeneratorRequest(); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 316 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in RuntimeAsyncFunctionAwaitUncaught()
|