Home
last modified time | relevance | path

Searched refs:propNumber (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/check/
Dsharedcheck.ts58 propNumber: number = 2023; property in SimpleNumberSendable
67 propNumber: number = 5 property in SuperClass
114 delete testObj.propNumber;
218 testObj.propNumber = null
249 testObj.propNumber = undefined
489 testObj.propNumber = loopIndex < 1000 ? 100 : "Hi";
Dexpect_output.txt19 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi…
20 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi…
24 Fail to update propNumber to undefined with stobjbyname. err: TypeError: Cannot set sendable proper…
25 Fail to update propNumber to undefined with stobjbyname. err: TypeError: Cannot set sendable proper…
27 Success update propNumber with defineProperty
46 Fail to delete propNumber. err: TypeError: Cannot delete property
62 Fail to update propNumber to configurable with defineProperty. err: TypeError: Cannot define proper…
84 [IC] Fail to update propNumber with mismatch type. err: TypeError: Cannot set sendable property wit…
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp152 uint32_t propNumber = phcHandle->NumberOfProps(); in GenVTable() local
161 uint32_t finalLength = propNumber + ePropNumber; in GenVTable()
169 for (uint32_t index = 0; index < propNumber; ++index) { in GenVTable()
Ddump.cpp1548 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump() local
1549 os << " <LayoutInfo[" << std::dec << propNumber << "]>\n"; in Dump()
1550 for (int i = 0; i < propNumber; i++) { in Dump()
3792 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump() local
3793 os << " <LayoutInfo[" << std::dec << propNumber << "]>\n"; in Dump()
3794 for (int i = 0; i < propNumber; i++) { in Dump()
4695 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in DumpForSnapshot() local
4696 vec.reserve(vec.size() + propNumber); in DumpForSnapshot()
4697 for (int i = 0; i < propNumber; i++) { in DumpForSnapshot()
Djs_object.cpp179 uint32_t propNumber = jshclass->NumberOfProps(); in TransitionToDictionary() local
185 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(propNumber))); in TransitionToDictionary()
189 for (uint32_t i = 0; i < propNumber; i++) { in TransitionToDictionary()