Home
last modified time | relevance | path

Searched refs:IsClassLiteral (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_literal.h28 CAST_CHECK(ClassLiteral, IsClassLiteral);
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp337 if (!constpoolValue.IsMethod() && !constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
365 } else if (constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
377 if (!constpoolValue.IsMethod() && !constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
380 if (constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h509 inline bool JSTaggedValue::IsClassLiteral() const in IsClassLiteral() function in panda::ecmascript::JSTaggedValue
511 return IsHeapObject() && GetTaggedObject()->GetClass()->IsClassLiteral(); in IsClassLiteral()
H A Djs_tagged_value.h627 bool IsClassLiteral() const;
H A Djs_hclass.h1153 inline bool IsClassLiteral() const in IsClassLiteral() function in panda::ecmascript::JSHClass

Completed in 10 milliseconds