V8 Project
|
Converts an object to a two-byte string. More...
#include <v8.h>
Public Member Functions | |
Value (Handle< v8::Value > obj) | |
~Value () | |
uint16_t * | operator* () |
const uint16_t * | operator* () const |
int | length () const |
Private Member Functions | |
Value (const Value &) | |
void | operator= (const Value &) |
Private Attributes | |
uint16_t * | str_ |
int | length_ |
Converts an object to a two-byte string.
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.
Definition at line 6862 of file api.cc.
References ENTER_V8, v8::Handle< T >::IsEmpty(), length_, str_, and v8::Value::ToString().
v8::String::Value::~Value | ( | ) |
Definition at line 6877 of file api.cc.
References v8::internal::DeleteArray().
|
private |
|
inline |
|
inline |
|
inline |
|
private |
|
private |