v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
SingletonLogger () | |
virtual | ~SingletonLogger () |
void | Reset () |
virtual void | LogFunction (int start, int end, int literals, int properties, LanguageMode mode) |
virtual void | LogAsciiSymbol (int start, Vector< const char > literal) |
virtual void | LogUtf16Symbol (int start, Vector< const uc16 > literal) |
virtual void | LogMessage (int start, int end, const char *message, const char *argument_opt) |
virtual int | function_position () |
virtual int | symbol_position () |
virtual int | symbol_ids () |
virtual Vector< unsigned > | ExtractData () |
virtual void | PauseRecording () |
virtual void | ResumeRecording () |
bool | has_error () |
int | start () |
int | end () |
int | literals () |
int | properties () |
LanguageMode | language_mode () |
const char * | message () |
const char * | argument_opt () |
Public Member Functions inherited from ParserRecorder | |
ParserRecorder () | |
virtual | ~ParserRecorder () |
|
inline |
|
inlinevirtual |
|
inline |
Definition at line 4401 of file parser.cc.
References ASSERT.
Referenced by SingletonLogger::LogMessage().
|
inline |
Definition at line 4384 of file parser.cc.
Referenced by SingletonLogger::LogFunction(), and SingletonLogger::LogMessage().
|
inlinevirtual |
|
inlinevirtual |
Implements ParserRecorder.
|
inline |
|
inline |
Definition at line 4385 of file parser.cc.
References ASSERT.
Referenced by SingletonLogger::LogFunction().
|
inlinevirtual |
Reimplemented from ParserRecorder.
|
inlinevirtual |
Implements ParserRecorder.
Definition at line 4335 of file parser.cc.
References ASSERT, SingletonLogger::end(), SingletonLogger::literals(), SingletonLogger::properties(), and SingletonLogger::start().
|
inlinevirtual |
Implements ParserRecorder.
Definition at line 4355 of file parser.cc.
References SingletonLogger::argument_opt(), SingletonLogger::end(), SingletonLogger::message(), and SingletonLogger::start().
Reimplemented from ParserRecorder.
|
inline |
Definition at line 4397 of file parser.cc.
References ASSERT.
Referenced by SingletonLogger::LogMessage().
|
inlinevirtual |
Implements ParserRecorder.
|
inline |
Definition at line 4389 of file parser.cc.
References ASSERT.
Referenced by SingletonLogger::LogFunction().
|
inlinevirtual |
Implements ParserRecorder.
|
inline |
Definition at line 4383 of file parser.cc.
Referenced by SingletonLogger::LogFunction(), and SingletonLogger::LogMessage().
|
inlinevirtual |
Implements ParserRecorder.
|
inlinevirtual |
Implements ParserRecorder.