Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dtoken.h230 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() function
/external/v8/src/ic/
Dic-state.cc253 if (!Token::IsTruncatingBinaryOp(op_)) { in Update()
287 bool is_truncating = Token::IsTruncatingBinaryOp(op()); in UpdateKind()