Home
last modified time | relevance | path

Searched defs:own (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/forin_dictionary_mode/
Dforin_dictionary_mode.ts33 let own = { variable
38 delete own.b variable
/arkcompiler/ets_runtime/test/aottest/forin_non_empty_prototype/
Dforin_non_empty_prototype.ts39 let own = { variable
44 own.__proto__ = parent variable
/arkcompiler/ets_runtime/test/aottest/forin_delete_property/
Dforin_delete_property.ts39 let own = { variable
43 own.__proto__ = parent variable
/arkcompiler/ets_runtime/test/aottest/forin_enum_cache/
Dforin_enum_cache.ts31 let own = { variable
35 own.__proto__ = parent variable
/arkcompiler/ets_runtime/test/moduletest/forin_delete_property/
Dforin_delete_property.js38 let own = { variable
/arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/
Dforin_enum_cache.js29 let own = { variable
/arkcompiler/ets_runtime/test/moduletest/forin_non_empty_prototype/
Dforin_non_empty_prototype.js37 let own = { variable