| /arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/ |
| D | forin_enum_cache.js | 29 let own = { variable 33 own.__proto__ = parent 38 for (let i in own) { 43 for (let i in own) { 49 for (let i in own) { 60 for (let i in own) { 66 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/aottest/forin_enum_cache/ |
| D | forin_enum_cache.ts | 31 let own = { variable 35 own.__proto__ = parent variable 40 for (let i in own) { 45 for (let i in own) { 51 for (let i in own) { 62 for (let i in own) { 68 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/moduletest/forin_delete_property/ |
| D | forin_delete_property.js | 38 let own = { variable 42 own.__proto__ = parent 44 for (let i in own) { 45 delete own.a 50 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/aottest/forin_delete_property/ |
| D | forin_delete_property.ts | 39 let own = { variable 43 own.__proto__ = parent variable 45 for (let i in own) { 46 delete own.a 51 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/moduletest/forin_dictionary_mode/ |
| D | forin_dictionary_mode.js | 31 let own = { 36 delete own.b 37 own.__proto__ = parent 43 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/aottest/forin_dictionary_mode/ |
| D | forin_dictionary_mode.ts | 33 let own = { variable 38 delete own.b variable 39 own.__proto__ = parent 45 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/moduletest/forin_non_empty_prototype/ |
| D | forin_non_empty_prototype.js | 37 let own = { variable 42 own.__proto__ = parent 45 for (let i in own) {
|
| /arkcompiler/ets_runtime/test/aottest/forin_non_empty_prototype/ |
| D | forin_non_empty_prototype.ts | 39 let own = { variable 44 own.__proto__ = parent variable 47 for (let i in own) {
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_second_test.cpp | 62 type = OperatorType::OWN; in HWTEST_F_L0() 79 type = OperatorType::OWN; in HWTEST_F_L0() 96 type = OperatorType::OWN; in HWTEST_F_L0() 111 type = OperatorType::OWN; in HWTEST_F_L0() 126 type = OperatorType::OWN; in HWTEST_F_L0() 142 type = OperatorType::OWN; in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe128.md | 8 own mechanisms for interoperating with JavaScript.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/ |
| D | static_field_self_initialization_reference.sts | 18 …s a compile-time error if. The reference appears in the initializer of f's own declaration or at a…
|
| D | non_static_field_self_initialization_reference.sts | 18 …s a compile-time error if. The reference appears in the initializer of f's own declaration or at a…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/ |
| D | object_method_override.sts | 18 …lass Object, because any class implementing the interface will inherit its own implementation of t…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | recursiveTypeofWithProperty.ts | 31 /* @@? 23:9 Error TypeError: 'c' is referenced directly or indirectly in its own initializer ot typ…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | phase_impl.h | 28 // Each phase needs to implement its own Clone 64 // Each phase needs to implement its own ProcessStmt
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/runtime_core/static_core/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | patch_return_handler_stack_adjustment.cpp | 38 * The inline assembly uses stack pointer and inserts own return. Examples of inline assemblies: 48 * LLVM will insert corresponding 'add $0x10,%rsp' before its own rets but not for ours.
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/ |
| D | ContainsThis.ts | 25 * its own scope as it needs to be checked separately.
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | LICENSE.txt | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Object.sts | 80 * @returns an array of strings representing the given object's own string-keyed field keys. 165 * @returns an array containing the given object's own string-keyed field values 305 * Returns the names of the own fields of an object 307 * @param o object that contains the own fields 458 * Copies all own properties from one or more source objects to a target Record.
|
| /arkcompiler/ets_frontend/test262/ |
| D | dynamicImport_tests.txt | 314 await-ns-get-own-property-str-found-init.js 321 default-property-not-set-own.js 329 await-ns-own-property-keys-sort.js 333 promise-then-ns-get-own-property-str-found-init.js 342 promise-then-ns-own-property-keys-sort.js 349 promise-then-ns-define-own-property.js 355 await-ns-define-own-property.js 358 promise-then-ns-get-own-property-sym.js 362 await-ns-get-own-property-sym.js 363 promise-then-ns-get-own-property-str-not-found.js [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 86 on the monitor which it doesn't own, IllegalMonitorStateException is thrown. 279 Check that a thread does not own a monitor after execution of monitorenter instruction 298 …Check that a thread does not own a monitor if amount of executed monitorexit instructions is the s…
|