v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
AsciiValue (Handle< v8::Value > obj) | |
~AsciiValue () | |
char * | operator* () |
const char * | operator* () const |
int | length () const |
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.
|
explicit |
Definition at line 5577 of file api.cc.
References ENTER_V8, Handle< T >::IsEmpty(), and Value::ToString().
~AsciiValue | ( | ) |
Definition at line 5593 of file api.cc.
References v8::internal::DeleteArray().