/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | stringEnumLiteralTypes2.ts | 21 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; 23 type YesNo = Choice.Yes | Choice.No; 24 type NoYes = Choice.No | Choice.Yes; 25 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 34 let a: Choice.Yes | Choice.No; 39 let a: Choice.No | Choice.Yes; 124 declare function g(x: Choice.No): boolean; 134 let z2 = g(Choice.No); 136 AssertType(g(Choice.No), "boolean"); 138 AssertType(Choice.No, "Choice.No"); [all …]
|
D | stringEnumLiteralTypes1.ts | 21 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; 23 type YesNo = Choice.Yes | Choice.No; 24 type NoYes = Choice.No | Choice.Yes; 25 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 34 let a: Choice.Yes | Choice.No; 39 let a: Choice.No | Choice.Yes; 124 declare function g(x: Choice.No): boolean; 134 let z2 = g(Choice.No); 136 AssertType(g(Choice.No), "boolean"); 138 AssertType(Choice.No, "Choice.No"); [all …]
|
D | enumLiteralTypes2.ts | 21 const enum Choice { Unknown, Yes, No }; 23 type YesNo = Choice.Yes | Choice.No; 24 type NoYes = Choice.No | Choice.Yes; 25 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 34 let a: Choice.Yes | Choice.No; 39 let a: Choice.No | Choice.Yes; 186 declare function g(x: Choice.No): boolean; 196 let z2 = g(Choice.No); 198 AssertType(g(Choice.No), "boolean"); 200 AssertType(Choice.No, "Choice.No"); [all …]
|
D | enumLiteralTypes1.ts | 21 const enum Choice { Unknown, Yes, No }; 23 type YesNo = Choice.Yes | Choice.No; 24 type NoYes = Choice.No | Choice.Yes; 25 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 34 let a: Choice.Yes | Choice.No; 39 let a: Choice.No | Choice.Yes; 186 declare function g(x: Choice.No): boolean; 196 let z2 = g(Choice.No); 198 AssertType(g(Choice.No), "boolean"); 200 AssertType(Choice.No, "Choice.No"); [all …]
|
D | exportImportCanSubstituteConstEnumForValue.ts | 27 No, enumerator
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 722 \ No newline at end of file 740 \ No newline at end of file 783 \ No newline at end of file 793 \ No newline at end of file 827 \ No newline at end of file 847 \ No newline at end of file 856 \ No newline at end of file 865 \ No newline at end of file 874 \ No newline at end of file 939 \ No newline at end of file [all …]
|
/arkcompiler/runtime_core/docs/diagrams/ |
D | gc-mark.puactivity | 26 else (No) 30 else (No) 33 else (No)
|
D | reference-processor.puactivity | 31 else (No)
|
/arkcompiler/runtime_core/docs/ |
D | coding-style.md | 17 7. No `k` prefix in constant names. 18 8. No one-line if-clauses: 29 case 41: // No annotation needed here.
|
D | on-stack-replacement.md | 81 No code is generated in place of OsrSaveState, but a special OsrEntryStub entity is created,
|
D | file_format.md | 175 | `ACC_SUPER` | `0x0020` | No special meaning, exists for compatibility | 291 | `NOTHING` | `0x00` | `1` | `none` | No more values. The value with thi… 360 | `NOTHING` | `0x00` | `1` | `none` | No more values. The value w… 402 | `NOTHING` | `0x00` | `1` | `none` | No more values. The valu…
|
D | rationale-for-bytecode.md | 212 language? No, it does not. In practice, it is always possible to compile a dynamically typed
|
D | memory-management.md | 477 No explicit minor GC.
|
/arkcompiler/toolchain/build/config/ |
D | sysroot.gni | 28 assert(false, "No aosp link sysroot for cpu: $current_cpu")
|
/arkcompiler/ets_frontend/test262/ |
D | README.md | 117 npm WARN ts2panda@1.0.0 No description 118 npm WARN ts2panda@1.0.0 No repository field. 119 npm WARN ts2panda@1.0.0 No license field.
|
D | harness.patch | 242 \ No newline at end of file
|
D | eshost.patch | 239 \ No newline at end of file
|
/arkcompiler/runtime_core/assembler/templates/ |
D | opcode_parsing.h.erb | 128 … context_.err = GetError("No such operation.", Error::ErrorType::ERR_BAD_NONEXISTING_OPERATION);
|
/arkcompiler/runtime_core/compiler/docs/ |
D | interface_inline_cache.md | 110 2. Rss:No significant impact
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | functionOverload1-expected.txt | 652 TypeError: No overload matches this call. [functionOverload1.ts:23:1]
|
/arkcompiler/runtime_core/cmake/ |
D | CommonTesting.cmake | 126 # Yes, this is hardcoded. No, do not ask for an option. Go and fix your tests.
|
D | Definitions.cmake | 309 message(STATUS "No AARCH64 toolchain found") 319 message(STATUS "No AARCH32 toolchain found")
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 366 …* `0001` `EQ`: yields true if the operands are equal, false otherwise. No sign interpretation is n… 371 …* `0110` `NE`: yields true if the operands are unequal, false otherwise. No sign interpretation is…
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …No base constructor has the specified number of type arguments."),Base_constructor_return_type_0_i… class in ao.Co
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 20556 const No = { variable 20599 return No[jsb.device.getDeviceOrientation()];
|