Home
last modified time | relevance | path

Searched defs:ARRAY (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dhclass.h33 static constexpr uint32_t ARRAY = STRING << 1U; variable
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto55 ARRAY = 1; enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h33 ARRAY, enumerator
Dts_manager.h78 ARRAY, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeFlag.h55 ARRAY = 1ULL << 29, // x: number[] enumerator
/arkcompiler/runtime_core/assembler/
Dannotation.h94 ARRAY, enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h44 ARRAY, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h520 ARRAY, /* kArray */ enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts118 ARRAY, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h209 ARRAY, enumerator
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1468 enum class Type { INTEGER, LONG, FLOAT, DOUBLE, ID, ARRAY }; enumerator