v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Namespaces | |
v8 | |
v8::internal | |
Functions | |
void | PrintF (const char *format,...) |
void | PrintF (FILE *out, const char *format,...) |
void | Flush (FILE *out) |
char * | ReadLine (const char *prompt) |
char * | ReadCharsFromFile (FILE *file, int *size, int extra_space, bool verbose, const char *filename) |
char * | ReadCharsFromFile (const char *filename, int *size, int extra_space, bool verbose) |
byte * | ReadBytes (const char *filename, int *size, bool verbose) |
Vector< const char > | ReadFile (const char *filename, bool *exists, bool verbose) |
Vector< const char > | ReadFile (FILE *file, bool *exists, bool verbose) |
int | WriteCharsToFile (const char *str, int size, FILE *f) |
int | AppendChars (const char *filename, const char *str, int size, bool verbose) |
int | WriteChars (const char *filename, const char *str, int size, bool verbose) |
int | WriteBytes (const char *filename, const byte *bytes, int size, bool verbose) |