Home
last modified time | relevance | path

Searched refs:copyCodeWithoutBOMs (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.h77 void copyCodeWithoutBOMs();
DLexer.cpp157 copyCodeWithoutBOMs(); in setCode()
168 void Lexer::copyCodeWithoutBOMs() in copyCodeWithoutBOMs() function in JSC::Lexer
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-165633 to scan for a BOM character and call copyCodeWithoutBOMs() if we find any.
5634 (JSC::Lexer::copyCodeWithoutBOMs): Added.