Searched refs:expected_num_properties (Results 1 – 1 of 1) sorted by relevance
1208 uint32_t expected_num_properties; in ReadJSObject() local1211 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadJSObject()1212 num_properties != expected_num_properties) { in ReadJSObject()1235 uint32_t expected_num_properties; in ReadSparseJSArray() local1239 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadSparseJSArray()1241 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()1280 uint32_t expected_num_properties; in ReadDenseJSArray() local1284 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadDenseJSArray()1286 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()