Public Member Functions

v8::String::AsciiValue Class Reference

#include <v8.h>

List of all members.

Public Member Functions

 AsciiValue (Handle< v8::Value > obj)
char * operator* ()
const char * operator* () const
int length () const

Detailed Description

Converts an object to an ascii string. Useful if you want to print the object. If conversion to a string fails (eg. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL.


The documentation for this class was generated from the following file: