v8  7.4.288(node12.0.0)
V8 is Google's open source JavaScript engine
String::Utf8Value Class Reference

#include <v8.h>

Public Member Functions

 Utf8Value (Isolate *isolate, Local< v8::Value > obj)
 
 ~Utf8Value ()
 
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.

Definition at line 2991 of file v8.h.

Constructor & Destructor Documentation

◆ Utf8Value() [1/2]

Utf8Value ( Isolate isolate,
Local< v8::Value obj 
)

◆ ~Utf8Value()

~Utf8Value ( )

◆ Utf8Value() [2/2]

Utf8Value ( const Utf8Value )
delete

Member Function Documentation

◆ length()

int length ( ) const
inline

Definition at line 2997 of file v8.h.

◆ operator *() [1/2]

char* operator * ( )
inline

Definition at line 2995 of file v8.h.

◆ operator *() [2/2]

const char* operator * ( ) const
inline

Definition at line 2996 of file v8.h.

◆ operator=()

void operator= ( const Utf8Value )
delete

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