Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h121 if (typeIndex > BUILTINTYPE_HEAD && typeIndex < USERTYPEINDEXHEAD) { in isBuiltinType()
128 static constexpr int64_t BUILTINTYPE_HEAD = 20; variable