Home
last modified time | relevance | path

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

/external/v8/src/
Dtoken.h194 static bool IsBinaryOp(Value op) { in IsBinaryOp() function
Dast.h2018 DCHECK(Token::IsBinaryOp(op)); in BinaryOperation()