Lexer.cpp | 390 inline void Lexer::record16(UChar c) function in class:JSC::Lexer 395 inline void Lexer::record16(int c) function in class:JSC::Lexer 399 record16(UChar(static_cast<unsigned short>(c))); 429 record16(character); 473 record16(escape); 482 record16(convertHex(prev, m_current)); 485 record16('x'); 490 record16(character); 492 record16('u'); 501 record16(0) [all...] |