Searched full:null (Results 1 – 25 of 1052) sorted by relevance
12345678910>>...43
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-nullish-coalescing.js | 19 null ?? 2 == 2; 20 null ?? undefined == undefined; 21 null ?? undefined ?? 2 == 2; 22 null ?? undefined ?? null ?? 10 == 10; 23 null ?? (undefined || null) ?? 10 == 10; 24 null ?? (undefined && null) ?? 10 == 10; 25 (null ?? true) && (true ?? null) == true
|
| D | test-for-expected.txt | 6 "init": null, 7 "test": null, 8 "update": null, 35 "init": null, 36 "test": null, 37 "update": null, 109 "test": null, 110 "update": null, 211 "update": null, 474 "id": null, [all …]
|
| D | test-nullish-coalescing1.js | 17 (null ?? null || null)
|
| D | test-nullish-coalescing2.js | 17 (null && null ?? null)
|
| D | test-switch-expected.txt | 42 "label": null, 68 "test": null, 72 "label": null, 157 "test": null, 231 "test": null,
|
| D | test-class-expression-expected.txt | 24 "init": null, 87 "superClass": null, 114 "id": null, 194 "id": null, 302 "id": null, 456 "id": null, 457 "superClass": null, 484 "id": null, 564 "id": null, 643 "id": null,
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | mov.null.yaml | 16 - file-name: "mov.null" 18 title: Move null reference into register 19 description: Move null reference into a register. 26 description: Check mov.null moves null reference to register. 29 - sig: mov.null v:out:ref 37 lda.null 46 - "#{[*0..255].map do |i| \" mov.null v#{i}\\n\" end .join}" 51 description: Check mov.null with incorrect register number. 54 - sig: mov.null v:out:ref 61 mov.null %s
|
| D | lda.null.yaml | 16 - file-name: "lda.null" 18 title: Load null reference into accumulator 19 description: Load null reference into accumulator. 28 - sig: lda.null 31 description: Check lda.null loads null reference into accumulator. 35 mov.null v0 36 lda.null
|
| D | jmp.yaml | 44 lda.null 46 lda.null 61 lda.null ##*256 97 lda.null 108 lda.null ##*255 122 lda.null ##*256 133 lda.null ##*32767 145 lda.null ##*65536 266 mov.null v0
|
| D | jeqz.obj.yaml | 22 title: Conditional compared to null jump 25 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 100 lda.null 144 lda.null 216 lda.null 390 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 392 description: Check 'jeqz.obj' instruction with valid null value in PandaAssembly context. 397 lda.null 409 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 411 description: Check 'jeqz.obj' instruction with valid null value in PandaAssembly context. [all …]
|
| D | stobj.v.obj.yaml | 123 description: Check that NullPointerException is thrown if source ref is null. 134 lda.null 153 - mov.null v1 167 description: Check that NullPointerException is thrown if source ref is null. 179 lda.null 198 - mov.null v1 313 mov.null v1 349 # cannot resolve, because it's a "null" string 351 - "null" 525 - mov.null v1 [all …]
|
| D | jnez.obj.yaml | 22 title: Conditional compared to null jump 25 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 100 lda.null 390 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 392 description: Check 'jnez.obj' instruction with valid null value in PandaAssembly context. 397 lda.null 410 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 412 description: Check 'jnez.obj' instruction with valid null value in PandaAssembly context. 418 lda.null 431 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… [all …]
|
| D | mov.obj.yaml | 183 - file-name: "null" 193 # Check mov.obj for null 194 mov.null v0 206 description: Check mov.obj with null value. 216 mov.null v0 218 lda.null 275 # Check mov.obj with different registers number and null 276 mov.null v0 279 lda.null 286 …scription: Check mov.obj instruction with different register numbers (4, 8, 16 bit) and null value. [all …]
|
| D | stobj.obj.yaml | 138 description: Check that NullPointerException is thrown if source ref is null 150 lda.null 169 - lda.null 183 description: Check that NullPointerException is thrown if source ref is null 196 lda.null 215 - lda.null 303 lda.null 344 # cannot resolve, because it's a "null" string 346 - "null" 489 - lda.null [all …]
|
| D | call.virt.range_base.yaml | 210 mov.null v2 240 mov.null v3 272 mov.null v2 526 mov.null v6 828 mov.null v6 913 lda.null 976 - 'mov.null v128' 1011 … - values: ['mov.null v128', 'movi.64 v128, 321', '.64', 'v128', '.64', '.64', 'cmp.64 v128'] 1026 … - values: ['mov.null v128', 'fmovi.64 v128, 321', '.64', 'v128', '.64', '.64', 'fcmpg.64 v128'] 1102 …Null reference usage causes to panda.NullPointerException. Method_id points to virtual method of b… [all …]
|
| D | isinstance.yaml | 62 description: Check that null object reference is not an instance of any class 65 'null' object is not an instance of any class. 71 lda.null 82 description: Check that null object reference is not an instance of any class 85 'null' object is not an instance of any class. 92 lda.null 120 - lda.null 123 - lda.null 124 - "null" 198 - lda.null [all …]
|
| D | sta.obj.yaml | 129 - file-name: "null" 130 description: Check sta.obj with null. 140 # Check sta.obj for null 141 lda.null 195 # Check sta.obj with different registers number and null 196 lda.null 286 - mov.null v1 325 - 'mov.null v255'
|
| D | checkcast.yaml | 58 description: Check that null object reference can be cast to any type 61 'null' object reference can be cast to every type. 68 lda.null 71 jnez.obj set_failure # check that acc == null 100 description: Check that null object reference can be cast to any type 103 'null' object reference can be cast to every type. 113 lda.null 116 jnez.obj set_failure # check that acc == null 150 description: Check that null object reference can be cast to any array type 153 'null' object reference can be cast to every type. [all …]
|
| D | ldobj.obj.yaml | 132 description: Check that NullPointerException is thrown if source ref is null 143 lda.null 169 description: Check that NullPointerException is thrown if source ref is null 181 lda.null 326 # cannot resolve, because it's a "null" string 328 - "null" 394 - values: ['null'] 411 # store null into Q type field 412 lda.null 415 # store null into Q[] type field [all …]
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-15.pa | 14 # Compare a null object against another null object 17 lda.null 18 mov.null v0
|
| D | obj-16.pa | 14 # Compare a non-null object against a null object 23 mov.null v0
|
| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 49 …-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-cha=true --paoc-location /dev/null" 55 …files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-cha=false --paoc-location /dev/null" 61 …s=../../verify_aot_tests_file1.checked/test.abc --paoc-use-cha=true --paoc-boot-location /dev/null" 67 #! RUN_PAOC options: " --paoc-use-cha=true --paoc-boot-panda-locations /dev/null/arkstdlib.abc" 72 #! RUN_PAOC options: "--paoc-use-cha=true --paoc-boot-panda-locations /dev/null/test.abc", abor… 76 …ptions: "--paoc-use-cha=true --paoc-boot-panda-locations /dev/null/arkstdlib.abc:/dev/null/test.ab…
|
| /arkcompiler/runtime_core/compiler/cmake/ |
| D | benchmark_coverage.cmake | 34 …y-dir=${PANDA_BINARY_ROOT} --root-dir=${PANDA_ROOT} --target-arch=arm64 --paoc-mode=aot 2>/dev/null 39 …y-dir=${PANDA_BINARY_ROOT} --root-dir=${PANDA_ROOT} --target-arch=arm64 --paoc-mode=jit 2>/dev/null 44 …y-dir=${PANDA_BINARY_ROOT} --root-dir=${PANDA_ROOT} --target-arch=arm64 --paoc-mode=osr 2>/dev/null 49 …-dir=${PANDA_BINARY_ROOT} --root-dir=${PANDA_ROOT} --target-arch=x86_64 --paoc-mode=jit 2>/dev/null 54 …-dir=${PANDA_BINARY_ROOT} --root-dir=${PANDA_ROOT} --target-arch=x86_64 --paoc-mode=aot 2>/dev/null
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | variable.ts | 126 status: InitStatus | null; 130 this.status = status ? status : null; 138 if (this.status != null) { 147 private status: InitStatus | null; 153 this.status = status ? status : null; 161 if (this.status != null) {
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/union/ |
| D | union_primitives.ts | 19 let und: undefined | null = null; 20 let full: number | boolean | string | symbol | undefined | null;
|
12345678910>>...43