Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_promise.h34 CAST_CHECK(PromiseReaction, IsPromiseReaction);
H A Djs_tagged_value-inl.h384 inline bool JSTaggedValue::IsPromiseReaction() const in IsPromiseReaction() function in panda::ecmascript::JSTaggedValue
386 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPromiseReaction(); in IsPromiseReaction()
H A Djs_tagged_value.h592 bool IsPromiseReaction() const;
H A Djs_hclass.h1602 inline bool IsPromiseReaction() const in IsPromiseReaction() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp40 ASSERT(value->IsPromiseReaction()); in PromiseReactionJob()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dpending_job_test.cpp217 EXPECT_TRUE(result->IsPromiseReaction()); in TestPromiseOnResolved()

Completed in 10 milliseconds