v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static Local< Value > | RangeError (Handle< String > message) |
static Local< Value > | ReferenceError (Handle< String > message) |
static Local< Value > | SyntaxError (Handle< String > message) |
static Local< Value > | TypeError (Handle< String > message) |
static Local< Value > | Error (Handle< String > message) |
Create new error objects by calling the corresponding error object constructor with the message.
Definition at line 5543 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, Factory::NewError(), ON_BAILOUT, Utils::OpenHandle(), and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5478 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, Factory::NewRangeError(), ON_BAILOUT, Utils::OpenHandle(), and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5494 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, Factory::NewReferenceError(), ON_BAILOUT, Utils::OpenHandle(), and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5511 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, Factory::NewSyntaxError(), ON_BAILOUT, Utils::OpenHandle(), and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5527 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, Factory::NewTypeError(), ON_BAILOUT, Utils::OpenHandle(), and Utils::ToLocal().
Referenced by THREADED_TEST().