Home | History | Annotate | Download | only in parsing

Lines Matching refs:Value

33 // A code unit is a 16 bit value representing either a 16 bit code point
43 // value.
77 // value if at end of input), i.e., the value returned by the most recent
111 int AddOneByteSymbol(Vector<const uint8_t> key, int value);
112 int AddTwoByteSymbol(Vector<const uint16_t> key, int value);
116 // This string is the actual value used as key in an object literal,
118 int AddNumber(Vector<const uint8_t> key, int value);
121 int AddSymbol(Vector<const uint8_t> key, bool is_one_byte, int value);
348 Token::Value Next();
350 Token::Value PeekAhead();
352 Token::Value current_token() { return current_.token; }
360 Token::Value peek() const { return next_.token; }
410 int FindSymbol(DuplicateFinder* finder, int value);
418 // Returns the value of the last smi that was scanned.
441 Token::Value ScanTemplateStart();
442 Token::Value ScanTemplateContinuation();
454 Token::Value token;
566 inline Token::Value Select(Token::Value tok) {
571 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) {
634 // number can be 000000001, so it's very long in characters but its value is
643 Token::Value SkipSingleLineComment();
644 Token::Value SkipSourceURLComment();
646 Token::Value SkipMultiLineComment();
648 Token::Value ScanHtmlComment();
651 Token::Value ScanNumber(bool seen_period);
652 Token::Value ScanIdentifierOrKeyword();
653 Token::Value ScanIdentifierSuffix(LiteralScope* literal, bool escaped);
655 Token::Value ScanString();
670 Token::Value ScanTemplateSpan();