Home
last modified time | relevance | path

Searched defs:propsNumber (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp713 int propsNumber = static_cast<int>(jsHclass->NumberOfProps()); in SerializeKeys() local
747 int propsNumber = static_cast<int>(jsHclass->NumberOfProps()); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h71 uint32_t propsNumber = hclass->NumberOfProps(); in GetPropertyByName() local
143 uint32_t propsNumber = hclass->NumberOfProps(); in SetPropertyByName() local
Dobject_operator.cpp340 uint32_t propsNumber = jshclass->NumberOfProps(); in LookupPropertyInlinedProps() local
Djs_object.cpp1626 uint32_t propsNumber = hclass->NumberOfProps(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp169 uint32_t propsNumber = hc->NumberOfProps(); in GetPropertyOffset() local