Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dtoken.h283 static bool IsAssignmentOp(Value token) { in IsAssignmentOp() function
/third_party/node/deps/v8/src/ast/
Dast.h3184 DCHECK(Token::IsAssignmentOp(op)); in NewAssignment()