Home
last modified time | relevance | path

Searched defs:INT (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h50 INT, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h28 INT, enumerator
/arkcompiler/runtime_core/runtime/interpreter/
Dvregister.h74 INT = (static_cast<uint64_t>(INT_IDX) << PRIMITIVE_FIRST_SHIFT), enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts41 INT, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h59 INT, enumerator
/arkcompiler/runtime_core/runtime/tests/
Dexception_test.cpp39 enum class ExType { INT = 0, JIT }; enumerator