Home
last modified time | relevance | path

Searched refs:No (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstringEnumLiteralTypes2.ts21 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 …]
DstringEnumLiteralTypes1.ts21 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 …]
DenumLiteralTypes2.ts21 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 …]
DenumLiteralTypes1.ts21 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 …]
DexportImportCanSubstituteConstEnumForValue.ts27 No, enumerator
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch722 \ 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/
Dgc-mark.puactivity26 else (No)
30 else (No)
33 else (No)
Dreference-processor.puactivity31 else (No)
/arkcompiler/runtime_core/docs/
Dcoding-style.md17 7. No `k` prefix in constant names.
18 8. No one-line if-clauses:
29 case 41: // No annotation needed here.
Don-stack-replacement.md81 No code is generated in place of OsrSaveState, but a special OsrEntryStub entity is created,
Dfile_format.md175 | `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…
Drationale-for-bytecode.md212 language? No, it does not. In practice, it is always possible to compile a dynamically typed
Dmemory-management.md477 No explicit minor GC.
/arkcompiler/toolchain/build/config/
Dsysroot.gni28 assert(false, "No aosp link sysroot for cpu: $current_cpu")
/arkcompiler/ets_frontend/test262/
DREADME.md117 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.
Dharness.patch242 \ No newline at end of file
Deshost.patch239 \ No newline at end of file
/arkcompiler/runtime_core/assembler/templates/
Dopcode_parsing.h.erb128 … context_.err = GetError("No such operation.", Error::ErrorType::ERR_BAD_NONEXISTING_OPERATION);
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md110 2. Rss:No significant impact
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionOverload1-expected.txt652 TypeError: No overload matches this call. [functionOverload1.ts:23:1]
/arkcompiler/runtime_core/cmake/
DCommonTesting.cmake126 # Yes, this is hardcoded. No, do not ask for an option. Go and fix your tests.
DDefinitions.cmake309 message(STATUS "No AARCH64 toolchain found")
319 message(STATUS "No AARCH32 toolchain found")
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md366 …* `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/
Dindex.js2No 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/
Dcocos_worker_test.js20556 const No = { variable
20599 return No[jsb.device.getDeviceOrientation()];