/arkcompiler/ets_runtime/test/moduletest/regexp/ |
H A D | regexp.js | 79 arr.push(quotedEmailUserUtf8.test(" foo m端ller ")) 82 arr.push(reg8.test('palíndromo')) 83 arr.push(reg8.test('órgão')) 84 arr.push(reg8.test('qwértyúão')) 85 arr.push(reg8.test('àäãcëüïÄÏÜ')) 88 arr.push(reg9.test('àéèìîóòù')) 89 arr.push(reg9.test('metró')) 90 arr.push(reg9.test('pèsca')) 91 arr.push(reg9.test('genî')) 94 arr.push(reg1 [all...] |
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
H A D | multiprotoic.js | 27 conditionArray.push(!(proto === protoT)) 29 conditionArray.push(ArkTools.compareHClass(proto, protoT)); 30 conditionArray.push(!ArkTools.isPrototype(proto)); 31 conditionArray.push(!ArkTools.isPrototype(protoT)); 46 conditionArray.push(ArkTools.isPrototype(proto)); 47 conditionArray.push(!ArkTools.isPrototype(protoT)); 48 conditionArray.push(!ArkTools.compareHClass(proto, protoT)); 73 conditionArray.push(!(protoP1 === protoP2)) 74 conditionArray.push(ArkTools.compareHClass(protoP1, protoP2)); 75 conditionArray.push(!ArkTool [all...] |
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_dropframe_test.h | 320 breakpointOp.push({1, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 321 breakpointOp.push({1, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 322 breakpointOp.push({1, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 323 breakpointOp.push({3, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 324 breakpointOp.push({3, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 325 breakpointOp.push({3, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 326 breakpointOp.push({5, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 327 breakpointOp.push({7, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 328 breakpointOp.push({7, breakpointOpType::DROPLASTFRAME}); in InitBreakpointOpQueue() 329 breakpointOp.push({ in InitBreakpointOpQueue() [all...] |
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/ |
H A D | typedarrayat.js | 55 result.push(obj.at(-1) == 14); 56 result.push(obj.at(1.5) == 11); 57 result.push(obj.at(-3) == 12); 58 result.push(obj.at("3") == 13) 59 result.push(obj.at(-6) == undefined); 60 result.push(obj.at(5) == undefined); 61 result.push(obj.at({}) == 10); 78 result.push(obj.at(-1) == 9017199254740995n); 79 result.push(obj.at(1.5) == 11n); 80 result.push(ob [all...] |
/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/ |
H A D | typedarrayfindlast.js | 53 result.push(result1 == 12); 57 result.push(result1 == undefined); 64 result.push(result1 == -1); 68 result.push(result1 == 3); 83 result.push(result1 == 12n); 87 result.push(result1 == undefined); 94 result.push(result1 == -1); 98 result.push(result1 == 3);
|
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/ |
H A D | arrayjoin.js | 35 arr1.push(arr1); 36 arr1.push(arr1); 50 arr4.push(arr5); 51 arr5.push(arr6); 52 arr6.push(arr4); 85 proxy1.push(456); 91 proxy2.push(456);
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
H A D | container_stack.js | 37 proxy.push(i) 38 testArray.push(i) 80 popProxy.push(i); 88 myStack.push(1); 102 flag.push(key); 118 test1.push(k);
|
H A D | container_deque.js | 33 testArray.push(i) 49 testArray.push(i) 103 flag.push(key); 117 arr1.push(item);
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
H A D | LogParser.js | 139 cutPos.push(idx); 142 cutPos.push(ir.MType.length); 157 cutResult.push(tmp); 160 cutResult.push('inNum=[' + ir.in[0].length + ',' + ir.in[1].length + ',' + ir.in[2].length + ',' + ir.in[3].length + ',' + ir.in[4].length + ']'); 161 cutResult.push('outNum=' + ir.out.length); 163 cutResult.push('//' + ir.comment); 174 this.procNormal_.irList.push(ir); 188 this.output_[this.procNormal_.file][this.procNormal_.func].push(this.procNormal_); 247 ret.push(ttt); 314 this.output_[pb.blockCollect.file][pb.blockCollect.func].push(p [all...] |
H A D | IrToPicture.js | 164 nodes[inId].in.push(line); 166 nodes[outId].out.push(line); 167 lines.push(line); 176 stack.push(n.ir.id); 252 enums.push(k); 272 nextenums.push(nout.ir.id); 277 nextenums.push(nout.ir.id); 287 nextenums.push(nin.ir.id); 292 nextenums.push(n.ir.id); 298 collectDebug.push(enum [all...] |
/arkcompiler/ets_runtime/test/aottest/pgo_builtins/ |
H A D | pgo_builtins.js | 17 array.push = function() { 20 array.push(); 33 o.push(foo)
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/out/ |
H A D | demo.js | 21 arr.push(new foo1.FooClass('zero')); 22 arr.push(new foo1.FooClass('one')); 23 arr.push(new foo1.FooClass('two'));
|
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/ |
H A D | arrayfindlast.js | 37 array.push(100); 80 arr1.__proto__.push(9); 81 arr1.__proto__.push(9); 82 arr1.__proto__.push(9);
|
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
H A D | arrayflatmap.js | 43 arr3.__proto__.push(0); 44 arr3.__proto__.push(1); 45 arr3.__proto__.push(2); 46 arr3.__proto__.push(3);
|
/arkcompiler/ets_runtime/test/moduletest/arraypop/ |
H A D | arraypop.js | 28 array.__proto__.push(6); 42 arr.push(i);
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/ |
H A D | ets_napi_entry_point_arm32.S | 47 push {fp, lr} 59 push {r4, r7} 67 push {r0 - r3} 72 push {r0} 101 push {THREAD_REG} 243 push {fp, lr} 273 push {r4 - r10} 286 push {r0 - r3} 328 push {THREAD_REG}
|
H A D | ets_napi_entry_point_arm32hf.S | 47 push {fp, lr} 59 push {r4, r7} 68 push {r0 - r3} 101 push {THREAD_REG} 276 push {fp, lr} 302 push {r4 - r10} 316 push {r0 - r3} 358 push {THREAD_REG}
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
H A D | main.rb | 258 push = OpenStruct.new 259 push.conf = conf 260 push.self = conf.self 261 push.ts = OpenStruct.new 264 push.ts.self = pars.ts[0] 267 if push.conf.setup 268 push.conf.setup = push.conf.setup.gsub(/\bpars\b/, pars.ts.join(', ')) 271 push.ts.expr = sub["expr"].gsub(/\bpars\b/, pars.ts.join(', ')) 274 push [all...] |
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/ |
H A D | arrayfindlastindex.js | 47 arr3.__proto__.push(9); 48 arr3.__proto__.push(9); 49 arr3.__proto__.push(9);
|
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/ |
H A D | typedarraytosorted.js | 52 result.push(arr2.toString() == "3,3,5,6,7,8,10,30,100,100"); 54 result.push(arr2.toString() == "100,100,30,10,8,7,6,5,3,3"); 58 result.push(err.name == "TypeError");
|
/arkcompiler/toolchain/tooling/test/testcases/js/ |
H A D | container.js | 252 stack.push(5); 253 stack.push(18); 254 stack.push(3); 255 stack.push(28); 256 stack.push(1); 257 stack.push('one'); 258 stack.push(888); 259 stack.push(857); 260 stack.push('six'); 261 stack.push(15 [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/lib/ |
H A D | llvm_interface.cpp | 19 #pragma clang diagnostic push 24 #pragma GCC diagnostic push
|
H A D | llvm_interface.h | 20 #pragma clang diagnostic push 25 #pragma GCC diagnostic push
|
/arkcompiler/ets_runtime/test/moduletest/arrayfill/ |
H A D | arrayfill.js | 38 log.push("p"); 41 log.push("ps"); 47 log.push("f"); 50 log.push("fs");
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | loop_unswitch.cpp | 42 loops_.push(loop); in TransformLoop() 85 loops_.push(origLoop); in TransformLoop() 86 loops_.push(newLoop); in TransformLoop()
|