Home
last modified time | relevance | path

Searched defs:isPrimitiveType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts259 public isPrimitiveType(type: ts.Type): boolean { method in TsUtils
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp485 …ss::Initialize(EtsArray *ifTable, EtsClass *superClass, uint16_t accessFlags, bool isPrimitiveType) in Initialize()
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts526 public isPrimitiveType(type: ts.Type): boolean { method in TsUtils