Searched refs:IsLocalExportEntry (Results 1 – 4 of 4) sorted by relevance
38 CAST_CHECK(LocalExportEntry, IsLocalExportEntry);
1375 inline bool JSTaggedValue::IsLocalExportEntry() const in IsLocalExportEntry() function1377 return IsHeapObject() && GetTaggedObject()->GetClass()->IsLocalExportEntry(); in IsLocalExportEntry()
689 bool IsLocalExportEntry() const;
1450 inline bool IsLocalExportEntry() const in IsLocalExportEntry() function