v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-primitive.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 |
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 531 of file v8-primitive.h.
~Value | ( | ) |
|
inline |
Definition at line 537 of file v8-primitive.h.
|
inline |
Definition at line 535 of file v8-primitive.h.
|
inline |
Definition at line 536 of file v8-primitive.h.
|
delete |