13 "native function triggerCheckFalse();"
14 "native function triggerAssertFalse();"
15 "native function triggerSlowAssertFalse();";
#define SLOW_DCHECK(condition)
The argument information given to function call callbacks.
static Local< FunctionTemplate > New(Isolate *isolate, FunctionCallback callback=0, Handle< Value > data=Handle< Value >(), Handle< Signature > signature=Handle< Signature >(), int length=0)
Creates a function template.
An object reference managed by the v8 garbage collector.
Isolate represents an isolated instance of the V8 engine.
Converts an object to a UTF-8-encoded character array.
static const char *const kSource
virtual v8::Handle< v8::FunctionTemplate > GetNativeFunctionTemplate(v8::Isolate *isolate, v8::Handle< v8::String > name)
static void TriggerCheckFalse(const v8::FunctionCallbackInfo< v8::Value > &args)
static void TriggerAssertFalse(const v8::FunctionCallbackInfo< v8::Value > &args)
static void TriggerSlowAssertFalse(const v8::FunctionCallbackInfo< v8::Value > &args)
#define CHECK_EQ(expected, value)
#define DCHECK(condition)
Debugger support for the V8 JavaScript engine.