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
v8utils.cc File Reference
#include <stdarg.h>
#include "v8.h"
#include "platform.h"
#include "sys/stat.h"
Include dependency graph for v8utils.cc:

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)