|
| void | PrintF (const char *format,...) |
| |
| void | PrintF (FILE *out, const char *format,...) |
| |
| void | PrintPID (const char *format,...) |
| |
| void | Flush (FILE *out) |
| |
| void | Flush () |
| |
| char * | ReadLine (const char *prompt) |
| |
| byte * | ReadBytes (const char *filename, int *size, bool verbose) |
| |
| 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) |
| |
| int | WriteAsCFile (const char *filename, const char *varname, const char *str, int size, bool verbose=true) |
| |
| template<typename T > |
| Vector< Handle< Object > > | HandleVector (v8::internal::Handle< T > *elms, int length) |
| |
| template<typename T > |
| void | CopyWords (T *dst, const T *src, size_t num_words) |
| |
| template<typename T > |
| void | MoveWords (T *dst, const T *src, size_t num_words) |
| |
| template<typename T > |
| void | CopyBytes (T *dst, const T *src, size_t num_bytes) |
| |
| template<typename T , typename U > |
| void | MemsetPointer (T **dest, U *value, int counter) |
| |
| Vector< const char > | ReadFile (const char *filename, bool *exists, bool verbose) |
| |
| Vector< const char > | ReadFile (FILE *file, bool *exists, bool verbose) |
| |
| template<typename sourcechar , typename sinkchar > |
| | INLINE (static void CopyCharsUnsigned(sinkchar *dest, const sourcechar *src, int chars)) |
| |
| template<typename sourcechar , typename sinkchar > |
| | INLINE (void CopyChars(sinkchar *dest, const sourcechar *src, int chars)) |
| |
| template<typename sourcechar , typename sinkchar > |
| void | CopyChars (sinkchar *dest, const sourcechar *src, int chars) |
| |
| template<typename sourcechar , typename sinkchar > |
| void | CopyCharsUnsigned (sinkchar *dest, const sourcechar *src, int chars) |
| |