Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc1081 bool right_is_one_byte = right->IsOneByteRepresentation(); in NewConsString() local
1082 bool is_one_byte = left_is_one_byte && right_is_one_byte; in NewConsString()