v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
Utf8Value (Handle< v8::Value > obj) | |
~Utf8Value () | |
char * | operator* () |
const char * | operator* () const |
int | length () const |
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 5415 of file api.cc.
References ENTER_V8, Handle< T >::IsEmpty(), Utils::OpenHandle(), Value::ToString(), v8::internal::Utf8Length(), and String::WriteUtf8().
~Utf8Value | ( | ) |
Definition at line 5432 of file api.cc.
References v8::internal::DeleteArray().
|
inline |
Definition at line 1288 of file v8.h.
Referenced by Shell::ExecuteString(), ExecArgs::Init(), and Shell::Write().