v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
v8::String::Value Class Reference

#include <v8.h>

Public Member Functions

 Value (Handle< v8::Value > obj)
 
 ~Value ()
 
uint16_t * operator* ()
 
const uint16_t * operator* () const
 
int length () const
 

Detailed Description

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.

Constructor & Destructor Documentation

v8::String::Value::Value ( Handle< v8::Value obj)
explicit
v8::String::Value::~Value ( )

Member Function Documentation

int v8::String::Value::length ( ) const
inline
uint16_t* v8::String::Value::operator* ( )
inline
const uint16_t* v8::String::Value::operator* ( ) const
inline

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