Searched refs:expected_num_properties (Results 1 – 1 of 1) sorted by relevance
1398 uint32_t expected_num_properties; in ReadJSObject() local1401 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadJSObject()1402 num_properties != expected_num_properties) { in ReadJSObject()1425 uint32_t expected_num_properties; in ReadSparseJSArray() local1429 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadSparseJSArray()1431 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()1480 uint32_t expected_num_properties; in ReadDenseJSArray() local1484 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadDenseJSArray()1486 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()