v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static Local< Value > | Parse (Local< String > json_string) |
Tries to parse the string |json_string| and returns it as value if successful.
json_string | The string to parse. |
Definition at line 2310 of file api.cc.
References HandleScope::CloseAndEscape(), ENTER_V8, EXCEPTION_BAILOUT_CHECK, EXCEPTION_PREAMBLE, v8::internal::FlattenGetString(), Handle< T >::is_null(), Utils::OpenHandle(), and Utils::ToLocal().
Referenced by THREADED_TEST().