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

Function NAN_METHOD

src/QuickItem.cpp:52–58  ·  view source on GitHub ↗

Prototype Constructor

Source from the content-addressed store, hash-verified

50
51 // Prototype Constructor
52 NAN_METHOD(QuickItem::New) {
53
54 QuickItem *obj_wrap = new QuickItem();
55 obj_wrap->Wrap(info.This());
56
57 info.GetReturnValue().Set(info.This());
58 }
59
60 // Method
61 NAN_METHOD(QuickItem::create) {

Callers

nothing calls this directly

Calls 7

QVariantToV8Function · 0.85
V8ToQVariantFunction · 0.85
V8ToQJSValueFunction · 0.85
MakeParameterFunction · 0.85
metaObjectMethod · 0.80
GetObjectMethod · 0.45
addCallbackMethod · 0.45

Tested by

no test coverage detected