Home
last modified time | relevance | path

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

/external/v8/src/
Dvalue-serializer.cc1278 uint32_t expected_num_properties; in ReadJSObject() local
1281 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadJSObject()
1282 num_properties != expected_num_properties) { in ReadJSObject()
1305 uint32_t expected_num_properties; in ReadSparseJSArray() local
1309 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadSparseJSArray()
1311 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()
1360 uint32_t expected_num_properties; in ReadDenseJSArray() local
1364 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadDenseJSArray()
1366 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()