v8  6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
String::Value Class Reference

#include <v8.h>

Public Member Functions

 V8_DEPRECATE_SOON ("Use Isolate version", explicit Value(Local< v8::Value > obj))
 
 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 2793 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 2801 of file v8.h.

◆ operator*() [1/2]

uint16_t* operator* ( )
inline

Definition at line 2799 of file v8.h.

◆ operator*() [2/2]

const uint16_t* operator* ( ) const
inline

Definition at line 2800 of file v8.h.

◆ operator=()

void operator= ( const Value )
delete

◆ V8_DEPRECATE_SOON()

V8_DEPRECATE_SOON ( "Use Isolate version"  ,
explicit   ValueLocal< v8::Value > obj 
)

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