Home
last modified time | relevance | path

Searched full:null (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-nullish-coalescing.js19 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
Dtest-for-expected.txt6 "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 …]
Dtest-nullish-coalescing1.js17 (null ?? null || null)
Dtest-nullish-coalescing2.js17 (null && null ?? null)
Dtest-switch-expected.txt42 "label": null,
68 "test": null,
72 "label": null,
157 "test": null,
231 "test": null,
Dtest-class-expression-expected.txt24 "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/
Dmov.null.yaml16 - 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
Dlda.null.yaml16 - 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
Djmp.yaml44 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
Djeqz.obj.yaml22 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 …]
Dstobj.v.obj.yaml123 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 …]
Djnez.obj.yaml22 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 …]
Dmov.obj.yaml183 - 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 …]
Dstobj.obj.yaml138 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 …]
Dcall.virt.range_base.yaml210 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']
1102Null reference usage causes to panda.NullPointerException. Method_id points to virtual method of b…
[all …]
Disinstance.yaml62 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 …]
Dsta.obj.yaml129 - 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'
Dcheckcast.yaml58 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 …]
Dldobj.obj.yaml132 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/
Dobj-15.pa14 # Compare a null object against another null object
17 lda.null
18 mov.null v0
Dobj-16.pa14 # Compare a non-null object against a null object
23 mov.null v0
/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa49 …-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/
Dbenchmark_coverage.cmake34 …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/
Dvariable.ts126 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/
Dunion_primitives.ts19 let und: undefined | null = null;
20 let full: number | boolean | string | symbol | undefined | null;

12345678910>>...43