MCPcopy Create free account
hub / github.com/BrigJS/brig / NAN_METHOD

Function NAN_METHOD

src/QmlEngine.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addCallbackMethod · 0.45

Tested by

no test coverage detected