Home
last modified time | relevance | path

Searched defs:STRING (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DvoidOperatorWithStringType.ts53 let ResultIsAny1 = void STRING; variable
128 let ResultIsAny12 = void STRING.charAt(0); variable
136 let ResultIsAny13 = void void STRING; variable
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.h35 STRING, enumerator
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexSignature.h34 enum class TSIndexSignatureKind { NUMBER, STRING }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Delements.h30 STRING = 0x1UL << 3, // 8 enumerator
Djs_locale.h51 enum class OptionType : uint8_t { STRING = 0x01, BOOLEAN }; enumerator
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto28 STRING = 7; enumerator
Dannotation.proto30 STRING = 3; enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h23 STRING, enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h39 STRING, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h26 STRING, enumerator
DtypeFlag.h28 STRING = 1ULL << 1, // x: string enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts20 STRING = 5, enumerator
DtypeSystem.ts37 STRING, enumerator
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h38 STRING = 0x05, enumerator
Dfile_items.h1579 enum class Type { B1, B2, B4, B8, STRING, METHOD, LITERALARRAY }; enumerator
1816 STRING = 0x04, enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h52 STRING, enumerator
Dts_manager.h88 STRING, enumerator
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb43 STRING = 'string_id' constant
/arkcompiler/runtime_core/assembler/
Dannotation.h88 STRING, enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h106 STRING = 0x1ULL << 6, enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h48 STRING, enumerator
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h29 STRING, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h518 STRING, /* kString */ enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h396 STRING = 0, enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, N… enumerator

12