Home
last modified time | relevance | path

Searched refs:IsPromiseRecord (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h83 CAST_CHECK(PromiseRecord, IsPromiseRecord);
Djs_tagged_value-inl.h641 inline bool JSTaggedValue::IsPromiseRecord() const in IsPromiseRecord() function
643 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPromiseRecord(); in IsPromiseRecord()
Djs_tagged_value.h609 bool IsPromiseRecord() const;
Djs_hclass.h1280 inline bool IsPromiseRecord() const in IsPromiseRecord() function