| /arkcompiler/ets_runtime/test/moduletest/storeicbyname/ |
| D | storeicbyname.js | 80 let o3 = o1.valueOf(); variable 81 if (o3) { 82 o["a"] = o3; 84 o3 = o["a"]; 86 // o3 is Number when i = 0 and o3 is Int when i = 1 88 o3.x = "telu";
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/ |
| D | name_as_import_api_1_expected.txt | 20 import { l4 as o3 } from './json5'; 27 let u3 = new o3(); 42 const x3 = o3; 43 const y3 = o3.n4;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 45 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() argument 48 … return BuildInsn(opCode, tMd).AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3); in BuildInsn() 51 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn() argument 55 return nI.AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3).AddOpndChain(o4); in BuildInsn() 59 Operand &o3, Operand &o4, Operand &o5) in BuildInsn() argument 63 return nI.AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3). in BuildInsn() 67 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, in BuildInsn() argument 72 return nI.AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3). in BuildInsn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_irbuilder.h | 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); 43 …Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, Operand &o4,… 45 Operand &o3, Operand &o4, Operand &o5, Operand &o6);
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top/06_type/ |
| D | 01_type_01_expected.txt | 101 o3: string; 110 let l1: h1["o3"] = "test"; 115 let n1: h1["n3" | "o3"] = 4; 116 let o1: h1["n3" | "o3"] = "test"; 119 let q1: T5["X1"]["n3" | "o3"] = 5; 120 let s1: T5["X1"]["n3" | "o3"] = "test";
|
| /arkcompiler/ets_runtime/test/aottest/pgo_gettersetter/ |
| D | pgo_gettersetter.ts | 52 const o3 = {}; constant 67 o3.c=v2;
|
| /arkcompiler/ets_runtime/test/aottest/pgo_storemiss/ |
| D | pgo_storemiss.ts | 55 var o3 = { variable 67 __proto__:o3,
|
| /arkcompiler/runtime_core/arkplatform/ |
| D | BUILD.gn | 40 "-O3", 47 "-O3",
|
| /arkcompiler/ets_runtime/test/aottest/object/object_assign/ |
| D | object_assign.ts | 23 const o3 = { c: 3 }; constant 25 const obj = Object.assign(o1, o2, o3);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | BUILD.gn | 23 "-O3", 29 "-O3",
|
| /arkcompiler/runtime_core/static_core/patches/rapidcheck/ |
| D | 0001-Mark-include-as-system.patch | 14 APPEND_STRING PROPERTY COMPILE_FLAGS " -O3")
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_override1.ts | 22 class O3 extends O2 { class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/ |
| D | 20247_no_spread_to_object_literal.ets | 26 let o3: Object = {...c3};
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe38.md | 25 let o3: object = {n: 42, s: "foo"} 85 let o3: C1 = {n: 42, s: "foo"}
|
| /arkcompiler/runtime_core/static_core/gn/build/config/compiler/ |
| D | BUILD.gn | 36 cflags_cc = [ "-O3" ]
|
| /arkcompiler/ets_runtime/test/perform/object/ |
| D | object.ts | 63 let o3 = { c: 3 }; 67 res = Object.assign(o1, o2, o3);
|
| /arkcompiler/ets_frontend/ |
| D | BUILD.gn | 139 "-O3", 146 "-O3",
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top+export/06_type/ |
| D | 01_type_01_expected.txt | 84 o3(para1: number): boolean; 89 g1.o3 = (j3: number) => { 94 assert(g1.o3(-100) === false);
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 84 const o3 = { constant 86 const v6 = new Proxy(v3, o3);
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | define_info_test.js | 45 func9(o1, o2, o3) { } argument
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule38.ets.migrate.ets | 22 let o3: object = {n: 42, s: "foo"}
|
| D | rule38.ets | 18 let o3: object = {n: 42, s: "foo"}
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | scoped_object_access.h | 58 // fail on O3 and pass on O0 if load mutator again, not figureout why yet in ~ScopedObjectAccess()
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | Typeof.ets | 120 let o3 = test(false) 129 assertEQ(typeof o3, "object")
|
| /arkcompiler/toolchain/ |
| D | BUILD.gn | 170 "-O3", 177 "-O3",
|