5 #ifndef V8_EXTENSIONS_TRIGGER_FAILURE_EXTENSION_H_
6 #define V8_EXTENSIONS_TRIGGER_FAILURE_EXTENSION_H_
const char * name() const
The argument information given to function call callbacks.
An object reference managed by the v8 garbage collector.
Isolate represents an isolated instance of the V8 engine.
static const char *const kSource
virtual v8::Handle< v8::FunctionTemplate > GetNativeFunctionTemplate(v8::Isolate *isolate, v8::Handle< v8::String > name)
TriggerFailureExtension()
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)
Debugger support for the V8 JavaScript engine.