Home
last modified time | relevance | path

Searched refs:push (Results 1 - 25 of 286) sorted by relevance

12345678910>>...12

/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js79 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 Dmultiprotoic.js27 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 Djs_dropframe_test.h320 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 Dtypedarrayat.js55 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 Dtypedarrayfindlast.js53 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 Darrayjoin.js35 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 Dcontainer_stack.js37 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 Dcontainer_deque.js33 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 DLogParser.js139 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 DIrToPicture.js164 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 Dpgo_builtins.js17 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 Ddemo.js21 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 Darrayfindlast.js37 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 Darrayflatmap.js43 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 Darraypop.js28 array.__proto__.push(6);
42 arr.push(i);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/
H A Dets_napi_entry_point_arm32.S47 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 Dets_napi_entry_point_arm32hf.S47 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 Dmain.rb258 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 Darrayfindlastindex.js47 arr3.__proto__.push(9);
48 arr3.__proto__.push(9);
49 arr3.__proto__.push(9);
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
H A Dtypedarraytosorted.js52 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 Dcontainer.js252 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 Dllvm_interface.cpp19 #pragma clang diagnostic push
24 #pragma GCC diagnostic push
H A Dllvm_interface.h20 #pragma clang diagnostic push
25 #pragma GCC diagnostic push
/arkcompiler/ets_runtime/test/moduletest/arrayfill/
H A Darrayfill.js38 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 Dloop_unswitch.cpp42 loops_.push(loop); in TransformLoop()
85 loops_.push(origLoop); in TransformLoop()
86 loops_.push(newLoop); in TransformLoop()

Completed in 8 milliseconds

12345678910>>...12