| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Runtime.sts | 35 * @param o2 second object to compare 39 public equals(o1: NullishType, o2: NullishType): boolean { 41 return this.isSameReference(o2, null) 44 return this.isSameReference(o2, undefined) 46 if (this.isSameReference(o2, null) || this.isSameReference(o2, undefined)) { 50 return o1 == o2 58 * @param o2 second object to compare 62 public sameValue(o1: NullishType, o2: NullishType): boolean { 64 return this.isSameReference(o2, null) 67 return this.isSameReference(o2, undefined) [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
| D | someSimilarGrammars2_expected.txt | 15 import o2 from 'assert'; 20 o2(p2 === 1, 'success'); 21 o2(q2 === 2, 'success'); 26 o2(r2 === 2, 'success'); 27 o2(s2 === 3, 'success'); 28 o2(t2 === 4, 'success'); 30 o2(u2.prop1 === 1, 'success'); 31 o2(u2.prop2 === 2, 'success'); 33 o2(v2 === 3, 'success'); 34 o2(w2.prop4 === 4, 'success');
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | graph_test.js | 32 function foo(o1, o2) { argument 35 if (o1 > o2) { 37 a = o2; 39 } else if (o1 < o2) { 40 c.Add(o2); 43 a = o1 + o2; 48 function func2(o1, o2) { argument 49 console.log(o1, o2); 58 return util.sum(res, o2);
|
| D | callee_info_test.js | 20 function func1(o1, o2) { } argument 23 function foo(o1, o2) { argument 25 func2(o2.x); 37 func1(2, o2.y); 38 o2.bar(); 43 function foo1(o1, o2, o3) { argument 86 function func6(o1, o2) { argument 92 ns.sub(o2, o1); 112 function func10(o1, o2) { argument
|
| D | debug_info_test.js | 17 function func1(o1, o2) { argument 18 console.log(o1 + o2); 23 let func3 = (o1, o2, o3, o4, o5) => { }; argument 25 function foo(o1, o2) { argument 31 } else if (o2.x < a + b) { 32 c = o2.x;
|
| D | define_info_test.js | 22 function func2(o1, o2) { argument 45 func9(o1, o2, o3) { } argument 59 func15(o1, o2) { } argument
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/polyaccess/ |
| D | polyaccess.ts | 28 function foo(o1: C | D, o2: C) { 35 print(o2.x); 38 function bar(o1: C, o2: C | D) { 43 print(o2.x); 44 o2.y = 33; 45 print(o2.y);
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | type_variance1.sts | 55 class O2<T> {} 58 const o: O2<in Object> = new O2<Object>(); 59 const o2: O2<in Object[]> = new O2<Object[]>();
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | use-hex-as-key.js | 18 0o2: 2, 23 print(a[0o2]) 42 print(b[0o2])
|
| /arkcompiler/ets_runtime/test/moduletest/storeicbyname/ |
| D | storeicbyname.js | 77 let o2 = new Object(-63); variable 78 if (o2) { 79 o["a"] = o2; 81 o2 = o["a"];
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_cgfunc.h | 187 …RegOperand *SelectVectorAddLong(PrimType rTy, Operand *o1, Operand *o2, PrimType oty, bool isLow) … 188 …RegOperand *SelectVectorAddWiden(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, bool isLo… 190 …RegOperand *SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, PrimType o… 192 …RegOperand *SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o2, PrimTyp… 195 … RegOperand *SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) override; 196 …RegOperand *SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, Opcode opc… 200 …RegOperand *SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, bool isLow… 201 …RegOperand *SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp2, Operand *o3, 203 RegOperand *SelectVectorMerge(PrimType rTyp, Operand *o1, Operand *o2, int32 iNum) override; 204 …RegOperand *SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, PrimType oT… [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_override1.ts | 17 class O2 { class 22 class O3 extends O2 {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/imports/ |
| D | lib1.sts | 23 this.o2 = new Lib2Class2(); 26 o2: Lib2Class2;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cfi.cpp | 34 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 35 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument 36 {"." #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::kOpd##o2}},
|
| D | cg_irbuilder.cpp | 42 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() argument 45 return BuildInsn(opCode, tMd).AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2); in BuildInsn() 48 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() argument 51 … return BuildInsn(opCode, tMd).AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3); in BuildInsn() 54 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn() argument 58 return nI.AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3).AddOpndChain(o4); in BuildInsn()
|
| D | dbg.cpp | 34 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 315 Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPushPair() local 320 …o2 = SplitStpLdpOffsetForCalleeSavedWithAddInstruction(cgFunc, *static_cast<MemOperand *>(o2), dat… in AppendInstructionPushPair() 322 Insn &pushInsn = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2); in AppendInstructionPushPair() 369 …MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), size * kB… in AppendInstructionForAllocateOrDeallocateCallFrame() local 372 Insn &insn1 = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, *o2); in AppendInstructionForAllocateOrDeallocateCallFrame() 376 …o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance + size), size * kBitsPe… in AppendInstructionForAllocateOrDeallocateCallFrame() 377 Insn &insn2 = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o1, *o2); in AppendInstructionForAllocateOrDeallocateCallFrame() 415 …Operand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), GetPointerBi… in CreateAndAppendInstructionForAllocateCallFrame() local 417 ? &cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2) in CreateAndAppendInstructionForAllocateCallFrame() 418 : &cgFunc.GetInsnBuilder()->BuildInsn(mOp, o1, *o2); in CreateAndAppendInstructionForAllocateCallFrame() [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/ |
| D | name_as_import_api_1_expected.txt | 16 import { l2, o2 as i2 } from './name_as_export_api_1'; 17 export { o2 as i3 } from './name_as_export_api_1';
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_irbuilder.h | 40 Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2); 41 Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3); 42 …Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, Operand &o4);
|
| /arkcompiler/ets_runtime/test/aottest/object/object_assign/ |
| D | object_assign.ts | 22 const o2 = { b: 2 }; constant 25 const obj = Object.assign(o1, o2, o3);
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | ref_updater.h | 45 bool IsSameRegion(ObjectHeader *o1, ObjectHeader *o2) const in IsSameRegion() argument 47 return ark::mem::IsSameRegion(o1, o2, regionSizeBits_); in IsSameRegion()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 692 RegOperand *X64CGFunc::SelectVectorAddLong(PrimType rTy, Operand *o1, Operand *o2, PrimType oty, bo… in SelectVectorAddLong() argument 697 RegOperand *X64CGFunc::SelectVectorAddWiden(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2,… in SelectVectorAddWiden() argument 707 RegOperand *X64CGFunc::SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, … in SelectVectorBinOp() argument 713 …Func::SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, in SelectVectorBitwiseOp() argument 719 RegOperand *X64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) in SelectVectorCompareZero() argument 724 RegOperand *X64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, … in SelectVectorCompare() argument 744 RegOperand *X64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, … in SelectVectorAbsSubL() argument 749 RegOperand *X64CGFunc::SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp2, O… in SelectVectorMadd() argument 755 RegOperand *X64CGFunc::SelectVectorMerge(PrimType rTyp, Operand *o1, Operand *o2, int32 iNum) in SelectVectorMerge() argument 760 RegOperand *X64CGFunc::SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, P… in SelectVectorMull() argument [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | BUILD.gn | 51 "-O2", 56 "-O2",
|
| /arkcompiler/ets_runtime/test/moduletest/objectkeys/ |
| D | objectkeys.js | 73 let o2 = {1024: 1024}; variable 76 print(Object.keys(o2));
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 239 … void SelectBxorShift(Operand &resOpnd, Operand *o0, Operand *o1, Operand &o2, PrimType primType); 338 …RegOperand *SelectVectorAddLong(PrimType rTy, Operand *o1, Operand *o2, PrimType oty, bool isLow) … 339 …RegOperand *SelectVectorAddWiden(Operand *o1, PrimType otyp1, Operand *o2, PrimType otyp2, bool is… 341 …RegOperand *SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, PrimType o… 345 …RegOperand *SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, Opcode opc… 346 … RegOperand *SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) override; 353 …RegOperand *SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, bool isLow… 354 …RegOperand *SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp2, Operand *o3, 356 RegOperand *SelectVectorMerge(PrimType rTyp, Operand *o1, Operand *o2, int32 iNum) override; 357 …RegOperand *SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, PrimType oT… [all …]
|