MCPcopy Create free account
hub / github.com/nodejs/nan / SetterGetter

Method SetterGetter

test/cpp/accessors2.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37SetterGetter::SetterGetter() {
38 log[0] = '\0';
39 strncpy(prop1, "this is property 1", sizeof (prop1) - 1);
40 prop1[sizeof (prop1) - 1] = '\0';
41 prop2[0] = '\0';
42}
43
44NAN_MODULE_INIT(SetterGetter::Init) {
45 v8::Local<v8::FunctionTemplate> tpl =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected