Home
last modified time | relevance | path

Searched defs:propNumber (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/check/
Dsharedcheck.ts58 propNumber: number = 2023; property in SimpleNumberSendable
66 propNumber: number = 2023; property in SimpleSendableClass
74 propNumber: number = 5 property in SuperClass
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1614 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump() local
3909 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump() local
4860 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in DumpForSnapshot() local
Djs_object.cpp186 uint32_t propNumber = jshclass->NumberOfProps(); in TransitionToDictionary() local
2073 uint32_t propNumber = hclass->NumberOfProps(); in FreezeSharedObject() local