V8 API Reference Guide generated from the header files
Public Member Functions
v8::String::Utf8Value Class Reference

#include <v8.h>

Public Member Functions

 V8_DEPRECATED ("Use Isolate version", explicit Utf8Value(Local< v8::Value > obj))
 
 Utf8Value (Isolate *isolate, Local< v8::Value > obj)
 
char * operator* ()
 
const char * operator* () const
 
int length () const
 
 Utf8Value (const Utf8Value &)=delete
 
void operator= (const Utf8Value &)=delete
 

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.


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