Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dpreparse-data-impl.h97 bool has_another_byte; in ReadVarint32() local
103 has_another_byte = byte & 0x80; in ReadVarint32()
104 } while (has_another_byte); in ReadVarint32()
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc1299 bool has_another_byte; in ReadVarintLoop() local
1303 has_another_byte = byte & 0x80; in ReadVarintLoop()
1308 DCHECK(!has_another_byte); in ReadVarintLoop()
1311 } while (has_another_byte); in ReadVarintLoop()