Searched defs:ParserError (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserError.h37 struct ParserError { struct in namespace:JSC
58 ParserError() function in struct:JSC::ParserError
65 explicit ParserError(ErrorType type) function in struct:JSC::ParserError
72 ParserError(ErrorType type, SyntaxErrorType syntaxError, JSToken token) function in struct:JSC::ParserError
80 ParserError(ErrorType type, SyntaxErrorType syntaxError, JSToken token, String msg, int line) function in struct:JSC::ParserError
/macosx-10.10.1/ruby-106/ruby/ext/json/lib/json/
H A Dcommon.rb115 class ParserError < JSONError; end class

Completed in 101 milliseconds