Home
last modified time | relevance | path

Searched refs:NewPendingJob (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dpending_job_test.cpp70 JSHandle<JSTaggedValue> handlePendingJobVal(factory->NewPendingJob(handleFunc, handleArgv)); in HWTEST_F_L0()
94 JSHandle<JSTaggedValue> handlePendingJobVal(factory->NewPendingJob(handleFunc, handleArgv1)); in HWTEST_F_L0()
135 JSHandle<PendingJob> handlePendingJob = factory->NewPendingJob(promiseReactionsJob, handleArgv); in HWTEST_F_L0()
171 JSHandle<PendingJob> handlePendingJob = factory->NewPendingJob(promiseReactionsJob, handleArgv); in HWTEST_F_L0()
205 JSHandle<PendingJob> handlePendingJob = factory->NewPendingJob(promiseReactionsJob, handleArgv); in HWTEST_F_L0()
254 JSHandle<PendingJob> handlePendingJob = factory->NewPendingJob(testPromiseResolved, handleArgv); in HWTEST_F_L0()
300 JSHandle<PendingJob> handlePendingJob = factory->NewPendingJob(promiseResolveThenableJob, handleArgv); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dmicro_job_queue.cpp42 JSHandle<PendingJob> pendingJob(factory->NewPendingJob(job, argv)); in EnqueueJob()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h333 JSHandle<job::PendingJob> NewPendingJob(const JSHandle<JSFunction> &func, const JSHandle<TaggedArray> &argv);
H A Dobject_factory.cpp2497 JSHandle<job::PendingJob> ObjectFactory::NewPendingJob(const JSHandle<JSFunction> &func, in NewPendingJob() function in panda::ecmascript::ObjectFactory

Completed in 12 milliseconds