| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/ |
| D | wide_sendable_lexical_env.ts | 17 o: number = 1; property in TopLevelSendableClass1 24 o: number = 1; property in TopLevelSendableClass2 31 o: number = 1; property in TopLevelSendableClass3 38 o: number = 1; property in TopLevelSendableClass4 45 o: number = 1; property in TopLevelSendableClass5 52 o: number = 1; property in TopLevelSendableClass6 59 o: number = 1; property in TopLevelSendableClass7 66 o: number = 1; property in TopLevelSendableClass8 73 o: number = 1; property in TopLevelSendableClass9 80 o: number = 1; property in TopLevelSendableClass10 [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcode_info.h | 66 OpcodeDesc GetTableItemAt(Opcode o) const in GetTableItemAt() 72 bool IsStmt(Opcode o) const in IsStmt() 78 bool IsVarSize(Opcode o) const in IsVarSize() 84 bool NotMMPL(Opcode o) const in NotMMPL() 90 bool IsCompare(Opcode o) const in IsCompare() 96 bool IsTypeCvt(Opcode o) const in IsTypeCvt() 102 bool HasSSAUse(Opcode o) const in HasSSAUse() 108 bool HasSSADef(Opcode o) const in HasSSADef() 114 bool IsCall(Opcode o) const in IsCall() 120 bool IsCallAssigned(Opcode o) const in IsCallAssigned() [all …]
|
| D | mir_nodes.h | 90 explicit BaseNode(Opcode o) in BaseNode() 98 BaseNode(Opcode o, uint8 numOpr) in BaseNode() 106 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() 218 explicit UnaryNode(Opcode o) : BaseNode(o, 1) {} in UnaryNode() 220 UnaryNode(Opcode o, PrimType typ) : BaseNode(o, typ, 1) {} in UnaryNode() 222 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode() 270 explicit TypeCvtNode(Opcode o) : UnaryNode(o) {} in TypeCvtNode() 272 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() 274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() 349 explicit ExtractbitsNode(Opcode o) : UnaryNode(o) {} in ExtractbitsNode() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | constant-property-key-in-middle.js | 16 let o = "o" variable 17 let y = {o:2, [o]:10, o:0} property
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/loadstore/ |
| D | stobjbyindex.js | 16 let o = { variable 22 let o = stown(); variable
|
| D | ldobjbyname.js | 17 let o = { variable
|
| D | ldobjbyvalue.js | 17 let o = { variable
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 30 void DemangleName(std::ostream &o, std::string_view s) in DemangleName() 74 void ReprMethod(std::ostream &o, panda_file::StringItem *name, panda_file::BaseClassItem *clz, pand… in ReprMethod() 101 void ReprValueItem(std::ostream &o, const panda_file::BaseItem *i) in ReprValueItem() 148 void ReprAnnotationItem(std::ostream &o, const panda_file::BaseItem *i) in ReprAnnotationItem() 166 void ReprStringItem(std::ostream &o, const panda_file::BaseItem *i) in ReprStringItem() 189 void ReprFieldItem(std::ostream &o, const T *j) in ReprFieldItem() 198 void ReprItem(std::ostream &o, const panda_file::BaseItem *i) in ReprItem() 294 std::ostream &operator<<(std::ostream &o, const static_linker::Context::ErrorToStringWrapper &self) in operator <<() 322 auto o = std::stringstream(); in Error() local
|
| /arkcompiler/ets_runtime/test/moduletest/hugeictest/ |
| D | hugeictest.js | 74 function stobjbyname_253(o) { argument 103 function stobjbyname_254(o) { argument 132 function stobjbyname_257(o) { argument 161 function stobjbyname_257a(o) { argument 190 function stobjbyname_65535(o) { argument 6773 function stobjbyname_65536(o) { argument 13356 function ldobjbyname_253(o) { argument 13385 function ldobjbyname_254(o) { argument 13414 function ldobjbyname_257(o) { argument 13443 function ldobjbyname_257a(o) { argument [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | nested-class-name-js.js | 21 method(o) { argument 28 method(o) { argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | graph_test.js | 26 Add(o) { argument 47 let func1 = function (o) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 154 function func1(o, v) { argument 169 let o = { variable 188 let o = { variable 199 function getNumber(o) { argument 210 let o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/jsonstringifier/ |
| D | jsonstringifier.js | 153 var test_obj = {o: false}; property 154 var replaced = {o: false, replaced: true}; property 165 holder: { "": { o: false } }, property 167 value: { o: false } property 170 holder: { o: false, replaced: true }, property 175 holder: { o: false, replaced: true }, property 185 var test_obj = {o: false, toJSON }; property 187 var toJSON1 = {o: false, toJSON1: true } property 188 var replaced = {o: false, replaced: true, nested }; property 207 holder: { "": { o: false, toJSON: toJSON } }, property [all …]
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/js/ |
| D | container.js | 16 var o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfrom/ |
| D | arrayfrom.js | 72 get(o, k) { argument 76 set(o, k, v) { argument 80 defineProperty(o, k, v) { argument 94 get(o, k) { argument 98 set(o, k, v) { argument 102 defineProperty(o, k, v) { argument 395 set: function (o, k, v) { argument
|
| /arkcompiler/ets_runtime/test/aottest/forin_enum_cache_chain/ |
| D | forin_enum_cache_chain.js | 63 A.prototype.o = 1; method in A 91 delete A.prototype.o; method in delete
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test_generic.ts | 36 o<A extends number>(): [boolean, number[]]; method 42 var o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/ |
| D | loadicbyvalue.js | 93 function g(o, v) { argument 106 let o = { variable 117 let o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/dataproperty/ |
| D | dataproperty.js | 25 const o = { constant
|
| /arkcompiler/ets_runtime/test/aottest/pgo_extrainfomap_gc/ |
| D | pgo_extrainfomap_gc.ts | 17 const o = { constant
|
| /arkcompiler/ets_runtime/test/aottest/pgo_profiletypeinfo/ |
| D | pgo_profiletypeinfo.ts | 17 const o = { constant
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | member_expression_78.ts | 17 var o = { variable
|
| D | member_expression_79.ts | 17 interface o { interface
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | member_expression_78.ts | 17 var o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/trycatch/ |
| D | trycatch.js | 22 const o = { constant
|