v8  3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
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.

Definition at line 1327 of file v8.h.

Constructor & Destructor Documentation

◆ Value()

Value ( Handle< v8::Value obj)
explicit

◆ ~Value()

~Value ( )

Member Function Documentation

◆ length()

int length ( ) const
inline

Definition at line 1333 of file v8.h.

◆ operator*() [1/2]

uint16_t* operator* ( )
inline

Definition at line 1331 of file v8.h.

◆ operator*() [2/2]

const uint16_t* operator* ( ) const
inline

Definition at line 1332 of file v8.h.


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