Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_promise.h83 CAST_CHECK(PromiseRecord, IsPromiseRecord);
H A Djs_tagged_value-inl.h439 inline bool JSTaggedValue::IsPromiseRecord() const in IsPromiseRecord() function in panda::ecmascript::JSTaggedValue
441 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPromiseRecord(); in IsPromiseRecord()
H A Djs_tagged_value.h603 bool IsPromiseRecord() const;
H A Djs_hclass.h1587 inline bool IsPromiseRecord() const in IsPromiseRecord() function in panda::ecmascript::JSHClass

Completed in 8 milliseconds