v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-primitive.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 |
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 508 of file v8-primitive.h.
~Utf8Value | ( | ) |
|
inline |
Definition at line 514 of file v8-primitive.h.
|
inline |
Definition at line 512 of file v8-primitive.h.
|
inline |
Definition at line 513 of file v8-primitive.h.
|
delete |