|
V8 Project
|
#include <trigger-failure-extension.h>
Inheritance diagram for v8::internal::TriggerFailureExtension:
Collaboration diagram for v8::internal::TriggerFailureExtension:Public Member Functions | |
| TriggerFailureExtension () | |
| virtual v8::Handle< v8::FunctionTemplate > | GetNativeFunctionTemplate (v8::Isolate *isolate, v8::Handle< v8::String > name) |
Public Member Functions inherited from v8::Extension | |
| Extension (const char *name, const char *source=0, int dep_count=0, const char **deps=0, int source_length=-1) | |
| virtual | ~Extension () |
| const char * | name () const |
| size_t | source_length () const |
| const String::ExternalOneByteStringResource * | source () const |
| int | dependency_count () |
| const char ** | dependencies () |
| void | set_auto_enable (bool value) |
| bool | auto_enable () |
Static Public Member Functions | |
| 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) |
Static Private Attributes | |
| static const char *const | kSource |
Definition at line 13 of file trigger-failure-extension.h.
|
inline |
Definition at line 15 of file trigger-failure-extension.h.
|
virtual |
Reimplemented from v8::Extension.
Definition at line 19 of file trigger-failure-extension.cc.
References CHECK_EQ, v8::FunctionTemplate::New(), TriggerAssertFalse(), TriggerCheckFalse(), and TriggerSlowAssertFalse().
Here is the call graph for this function:
|
static |
Definition at line 45 of file trigger-failure-extension.cc.
References DCHECK.
Referenced by GetNativeFunctionTemplate().
Here is the caller graph for this function:
|
static |
Definition at line 39 of file trigger-failure-extension.cc.
References CHECK.
Referenced by GetNativeFunctionTemplate().
Here is the caller graph for this function:
|
static |
Definition at line 51 of file trigger-failure-extension.cc.
References SLOW_DCHECK.
Referenced by GetNativeFunctionTemplate().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 27 of file trigger-failure-extension.h.