Searched refs:NewPendingJob (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
H A D | pending_job_test.cpp | 70 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 D | micro_job_queue.cpp | 42 JSHandle<PendingJob> pendingJob(factory->NewPendingJob(job, argv)); in EnqueueJob()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.h | 333 JSHandle<job::PendingJob> NewPendingJob(const JSHandle<JSFunction> &func, const JSHandle<TaggedArray> &argv);
|
H A D | object_factory.cpp | 2497 JSHandle<job::PendingJob> ObjectFactory::NewPendingJob(const JSHandle<JSFunction> &func, in NewPendingJob() function in panda::ecmascript::ObjectFactory
|
Completed in 12 milliseconds