v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "../include/v8-preparser.h"
#include "globals.h"
#include "checks.h"
#include "allocation.h"
#include "utils.h"
#include "list.h"
#include "hashmap.h"
#include "preparse-data-format.h"
#include "preparse-data.h"
#include "preparser.h"
Go to the source code of this file.
Data Structures | |
class | InputStreamUtf16Buffer |
Namespaces | |
v8 | |
v8::internal | |
Functions | |
void | FatalProcessOutOfMemory (const char *message) |
bool | EnableSlowAsserts () |
PreParserData V8EXPORT | Preparse (UnicodeInputStream *input, size_t max_stack_size) |
void | V8_Fatal (const char *file, int line, const char *format,...) |
void V8_Fatal | ( | const char * | file, |
int | line, | ||
const char * | format, | ||
... | |||
) |
Definition at line 212 of file preparser-api.cc.
References OS::Abort(), OS::PrintError(), and OS::VPrintError().
Referenced by CheckEqualsHelper(), CheckNonEqualsHelper(), and v8::internal::FatalProcessOutOfMemory().