| 81 | } |
| 82 | |
| 83 | NAN_METHOD(QmlEngineWrap::New) { |
| 84 | |
| 85 | QmlEngineWrap *obj_wrap = new QmlEngineWrap(); |
| 86 | obj_wrap->Wrap(info.This()); |
| 87 | |
| 88 | info.GetReturnValue().Set(info.This()); |
| 89 | } |
| 90 | |
| 91 | NAN_METHOD(QmlEngineWrap::on) { |
| 92 |
nothing calls this directly
no test coverage detected