Home
last modified time | relevance | path

Searched refs:IsVaildKind (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h117 inline bool IsVaildKind(const uint32_t kindValue) const in IsVaildKind() function
Dtype_literal_extractor.cpp82 if (UNLIKELY(!IsVaildKind(kindValue))) { in ProcessTypeLiteral()