HomeSort by relevance Sort by last modified time
    Searched refs:ParenthesesNotSupported (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wrec/
WRECParser.h 69 const char* syntaxError() const { return m_error == ParenthesesNotSupported ? 0 : m_error; }
195 static const char* ParenthesesNotSupported;
WRECParser.cpp 43 const char* Parser::ParenthesesNotSupported = ""; // Not a user-visible syntax error -- just signals a syntax that WREC doesn't support yet.
246 setError(ParenthesesNotSupported);
262 setError(ParenthesesNotSupported);
269 setError(ParenthesesNotSupported);

Completed in 321 milliseconds