Add spec for destroying synchronous event.
This commit is contained in:
parent
65176761f4
commit
5480cf58c2
4 changed files with 33 additions and 3 deletions
|
@ -49,6 +49,7 @@ class Event : public node::ObjectWrap,
|
|||
|
||||
static v8::Handle<v8::Value> PreventDefault(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> SendReply(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> Destroy(const v8::Arguments& args);
|
||||
|
||||
static v8::Persistent<v8::FunctionTemplate> constructor_template_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue