V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::String::Value Class Reference

#include <v8.h>

Public Member Functions

 Value (Isolate *isolate, Local< v8::Value > obj)
 
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 2899 of file v8.h.


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