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

#include <v8.h>

Public Member Functions

 Value (Isolate *isolate, Local< v8::Value > obj)
 
 ~Value ()
 
uint16_t * operator * ()
 
const uint16_t * operator * () const
 
int length () const
 
 Value (const Value &)=delete
 
void operator= (const Value &)=delete
 

Detailed Description

Converts an object to a two-byte (UTF-16-encoded) 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 3014 of file v8.h.

Constructor & Destructor Documentation

◆ Value() [1/2]

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

◆ ~Value()

~Value ( )

◆ Value() [2/2]

Value ( const Value )
delete

Member Function Documentation

◆ length()

int length ( ) const
inline

Definition at line 3020 of file v8.h.

◆ operator *() [1/2]

uint16_t* operator * ( )
inline

Definition at line 3018 of file v8.h.

◆ operator *() [2/2]

const uint16_t* operator * ( ) const
inline

Definition at line 3019 of file v8.h.

◆ operator=()

void operator= ( const Value )
delete

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