Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc1674 uint32_t expected_num_properties; in ReadJSObject() local
1677 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadJSObject()
1678 num_properties != expected_num_properties) { in ReadJSObject()
1701 uint32_t expected_num_properties; in ReadSparseJSArray() local
1705 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadSparseJSArray()
1707 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()
1759 uint32_t expected_num_properties; in ReadDenseJSArray() local
1763 !ReadVarint<uint32_t>().To(&expected_num_properties) || in ReadDenseJSArray()
1765 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()

Completed in 4 milliseconds