Add process.crash() for both browser and renderer.
This commit is contained in:
parent
cd42fcceb9
commit
cbb467032d
2 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,7 @@ class AtomBindings {
|
|||
|
||||
private:
|
||||
static v8::Handle<v8::Value> Binding(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> Crash(const v8::Arguments& args);
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomBindings);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue