Lines Matching defs:token
216 static const char* Name(Value token) { in Name()
225 static bool IsKeyword(Value token) { in IsKeyword()
229 static bool IsPropertyName(Value token) { in IsPropertyName()
233 V8_INLINE static bool IsValidIdentifier(Value token, in IsValidIdentifier()
243 static bool IsCallable(Value token) { in IsCallable()
247 static bool IsAutoSemicolon(Value token) { in IsAutoSemicolon()
251 static bool IsAnyIdentifier(Value token) { in IsAnyIdentifier()
255 static bool IsStrictReservedWord(Value token) { in IsStrictReservedWord()
259 static bool IsLiteral(Value token) { in IsLiteral()
263 static bool IsTemplate(Value token) { in IsTemplate()
267 static bool IsMember(Value token) { in IsMember()
271 static bool IsProperty(Value token) { in IsProperty()
275 static bool IsPropertyOrCall(Value token) { in IsPropertyOrCall()
279 static bool IsArrowOrAssignmentOp(Value token) { in IsArrowOrAssignmentOp()
283 static bool IsAssignmentOp(Value token) { in IsAssignmentOp()
287 static bool IsLogicalAssignmentOp(Value token) { in IsLogicalAssignmentOp()
324 static const char* String(Value token) { in String()
329 static uint8_t StringLength(Value token) { in StringLength()
336 static int Precedence(Value token, bool accept_IN) { in Precedence()