Home
last modified time | relevance | path

Searched refs:NewMicroJobQueue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp74 JSHandle<MicroJobQueue> handleMicroJobQueue = factory->NewMicroJobQueue(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp103 microJobQueue_ = factory_->NewMicroJobQueue().GetTaggedValue(); in Initialize()
Dobject_factory.h312 JSHandle<job::MicroJobQueue> NewMicroJobQueue();
Dobject_factory.cpp2054 JSHandle<job::MicroJobQueue> ObjectFactory::NewMicroJobQueue() in NewMicroJobQueue() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp954 JSHandle<ecmascript::job::MicroJobQueue> microJob = factory->NewMicroJobQueue(); in HWTEST_F_L0()