Home
last modified time | relevance | path

Searched defs:propNumber (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp1590 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump() local
1591 os << " <LayoutInfo[" << std::dec << propNumber << "]>\n"; in Dump() local
3822 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump() local
3823 os << " <LayoutInfo[" << std::dec << propNumber << "]>\n"; in Dump() local
4760 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in DumpForSnapshot() local
H A Djs_object.cpp171 uint32_t propNumber = jshclass->NumberOfProps(); in TransitionToDictionary() local
1888 uint32_t propNumber = hclass->NumberOfProps(); in FreezeSharedObject() local

Completed in 15 milliseconds