v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
String::Utf8Value Class Reference

#include <v8.h>

Public Member Functions

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

Detailed Description

Converts an object to a UTF-8-encoded character array. Useful if you want to print the object. If conversion to a string fails (e.g. 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 1949 of file v8.h.

Constructor & Destructor Documentation

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

Definition at line 6697 of file api.cc.

References v8::internal::DeleteArray().

Member Function Documentation

char* operator* ( )
inline

Definition at line 1953 of file v8.h.

const char* operator* ( ) const
inline

Definition at line 1954 of file v8.h.


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