Home
last modified time | relevance | path

Searched defs:isBuiltinType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h119 bool isBuiltinType(const int64_t typeIndex) in isBuiltinType() function
/arkcompiler/ets_frontend/ts2panda/src/
DtypeChecker.ts268 isBuiltinType(expr: ts.NewExpression): boolean { method in TypeChecker