Home
last modified time | relevance | path

Searched defs:PRIMITIVE (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h43 PRIMITIVE, enumerator
DtypeFlag.h74PRIMITIVE = STRING | NUMBER | BIGINT | BOOLEAN | ENUM | ENUM_LITERAL | SYMBOL | VOID | UNDEFINED |… enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h24 PRIMITIVE = 0, enumerator
73 PRIMITIVE = 0, enumerator
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.h58 PRIMITIVE, enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFlag.h112 PRIMITIVE = enumerator
DglobalTypesHolder.h42 PRIMITIVE, enumerator
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h63 PRIMITIVE, enumerator
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h90 enum class RegisterKind { PRIMITIVE, REFERENCE, TAGGED }; enumerator