v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 1347 of file v8.h.

Constructor & Destructor Documentation

Value ( Handle< v8::Value obj)
explicit

Definition at line 5598 of file api.cc.

References ENTER_V8, Handle< T >::IsEmpty(), and Value::ToString().

~Value ( )

Definition at line 5614 of file api.cc.

References v8::internal::DeleteArray().

Member Function Documentation

int length ( ) const
inline

Definition at line 1353 of file v8.h.

uint16_t* operator* ( )
inline

Definition at line 1351 of file v8.h.

const uint16_t* operator* ( ) const
inline

Definition at line 1352 of file v8.h.


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