webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
JSC::LiteralParser< CharType > Class Template Reference

#include <LiteralParser.h>

Public Member Functions

 LiteralParser (ExecState *exec, const CharType *characters, unsigned length, ParserMode mode)
 
String getErrorMessage ()
 
JSValue tryLiteralParse ()
 
bool tryJSONPParse (Vector< JSONPData > &, bool needsFullSourceInfo)
 

Constructor & Destructor Documentation

◆ LiteralParser()

template<typename CharType>
JSC::LiteralParser< CharType >::LiteralParser ( ExecState exec,
const CharType *  characters,
unsigned  length,
ParserMode  mode 
)
inline

Member Function Documentation

◆ getErrorMessage()

template<typename CharType>
String JSC::LiteralParser< CharType >::getErrorMessage ( )
inline

◆ tryJSONPParse()

template<typename CharType >
bool JSC::LiteralParser< CharType >::tryJSONPParse ( Vector< JSONPData > &  results,
bool  needsFullSourceInfo 
)

◆ tryLiteralParse()

template<typename CharType>
JSValue JSC::LiteralParser< CharType >::tryLiteralParse ( )
inline

The documentation for this class was generated from the following files: