Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_serializer.cpp656 uint32_t propertiesLength = obj->GetNumberOfKeys(); in WritePlainObject() local
657 if (!WriteInt(static_cast<int32_t>(propertiesLength))) { in WritePlainObject()
662 if (keyVector.size() != propertiesLength) { in WritePlainObject()
667 for (uint32_t i = 0; i < propertiesLength; i++) { in WritePlainObject()