Searched refs:num_properties (Results 1 – 2 of 2) sorted by relevance
1277 uint32_t num_properties; in ReadJSObject() local1280 .To(&num_properties) || in ReadJSObject()1282 num_properties != expected_num_properties) { in ReadJSObject()1304 uint32_t num_properties; in ReadSparseJSArray() local1308 .To(&num_properties) || in ReadSparseJSArray()1311 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()1359 uint32_t num_properties; in ReadDenseJSArray() local1363 .To(&num_properties) || in ReadDenseJSArray()1366 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()1684 uint32_t num_properties = 0; in ReadJSObjectProperties() local[all …]
1351 __u32 num_properties; member