Home
last modified time | relevance | path

Searched refs:IsPendingJob (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dpending_job.h35 ASSERT(JSTaggedValue(object).IsPendingJob()); in Cast()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dmicro_job_queue_test.cpp120 EXPECT_TRUE(result.IsPendingJob()); in HWTEST_F_L0()
160 EXPECT_TRUE(result1.IsPendingJob()); in HWTEST_F_L0()
167 EXPECT_TRUE(result2.IsPendingJob()); in HWTEST_F_L0()
H A Dpending_job_test.cpp71 EXPECT_TRUE(handlePendingJobVal->IsPendingJob()); in HWTEST_F_L0()
95 EXPECT_TRUE(handlePendingJobVal->IsPendingJob()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h654 inline bool JSTaggedValue::IsPendingJob() const in IsPendingJob() function in panda::ecmascript::JSTaggedValue
656 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPendingJob(); in IsPendingJob()
H A Djs_tagged_value.h613 bool IsPendingJob() const;
H A Djs_hclass.h991 inline bool IsPendingJob() const in IsPendingJob() function in panda::ecmascript::JSHClass

Completed in 10 milliseconds