Home
last modified time | relevance | path

Searched full:own (Results 1 – 25 of 174) sorted by relevance

1234567

/arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/
Dforin_enum_cache.js29 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/
Dforin_enum_cache.ts31 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/
Dforin_delete_property.js38 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/
Dforin_delete_property.ts39 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/
Dforin_dictionary_mode.js31 let own = {
36 delete own.b
37 own.__proto__ = parent
43 for (let i in own) {
/arkcompiler/ets_runtime/test/aottest/forin_dictionary_mode/
Dforin_dictionary_mode.ts33 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/
Dforin_non_empty_prototype.js37 let own = { variable
42 own.__proto__ = parent
45 for (let i in own) {
/arkcompiler/ets_runtime/test/aottest/forin_non_empty_prototype/
Dforin_non_empty_prototype.ts39 let own = { variable
44 own.__proto__ = parent variable
47 for (let i in own) {
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_4/
Dpackage_module_1.sts19 // compiling this file will fail with import from it's own package
21 /* @@? 17:1 Error SyntaxError: Package module cannot import from a file in it's own package */
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_8/
Dimport_multi_error.sts23 /* @@? 20:1 Error SyntaxError: Package module cannot import from a file in it's own package */
24 /* @@? 21:1 Error SyntaxError: Package module cannot import from a file in it's own package */
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_second_test.cpp62 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/
Drecipe128.md8 own mechanisms for interoperating with JavaScript.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/
Dstatic_field_self_initialization_reference.sts18 …s a compile-time error if. The reference appears in the initializer of f's own declaration or at a…
Dnon_static_field_self_initialization_reference.sts18 …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/
Dobject_method_override.sts18 …lass Object, because any class implementing the interface will inherit its own implementation of t…
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DrecursiveTypeofWithProperty.ts31 /* @@@ label Error TypeError: 'c' is referenced directly or indirectly in its own initializer ot ty…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/04.import_directives/04.default_import_binding/
Dmultiple_default_export_neg_3.sts18 Module imports default entity A from another module, then exports own default entity B.
/arkcompiler/jsvm/
DLICENSE118 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/
DLICENSE118 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/ets_runtime/
DLICENSE118 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/
DLICENSE118 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/
Dpatch_return_handler_stack_adjustment.cpp38 * 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/src/lib/utils/functions/
DContainsThis.ts25 * its own scope as it needs to be checked separately.
/arkcompiler/runtime_core/
DLICENSE118 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/ets_frontend/ets2panda/
DLICENSE.txt118 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

1234567