Searched refs:null_op (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/ |
D | objects-inl.h | 3209 ConsStringNullOp null_op; in HasMore() local 3210 String::Visit(string, 0, *this, null_op, type, length); in HasMore()
|
D | objects.cc | 8842 ConsStringNullOp null_op; in Advance() local 8843 String::Visit(next, 0, *this, null_op, type, length); in Advance() 9046 ConsStringNullOp null_op; in Hash() local 9047 String::Visit(string, 0, hasher, null_op, type, len); in Hash() 9061 String::Visit(string, 0, hasher, null_op, type, leaf_length); in Hash()
|