v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
preparser-api.cc File Reference
#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"
Include dependency graph for preparser-api.cc:

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,...)
 

Function Documentation

void V8_Fatal ( const char *  file,
int  line,
const char *  format,
  ... 
)