Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_finalization_registry.h40 CAST_CHECK(CellRecord, IsCellRecord);
H A Djs_tagged_value-inl.h875 inline bool JSTaggedValue::IsCellRecord() const in IsCellRecord() function in panda::ecmascript::JSTaggedValue
877 return IsHeapObject() && GetTaggedObject()->GetClass()->IsCellRecord(); in IsCellRecord()
H A Djs_tagged_value.h475 bool IsCellRecord() const;
H A Djs_hclass.h1607 inline bool IsCellRecord() const in IsCellRecord() function in panda::ecmascript::JSHClass

Completed in 9 milliseconds