MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / New

Method New

src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1724–1730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1722 _convertToValueTypeFunc(convertToValueTypeFunc) {}
1723
1724 static void New(Nan::NAN_METHOD_ARGS_TYPE info) {
1725 NodeRT::Utils::SetHiddenValue(
1726 info.This(), Nan::New<String>("__winRtInstance__").ToLocalChecked(),
1727 True());
1728
1729 info.GetReturnValue().Set(info.This());
1730 }
1731
1732 static void HasKey(Nan::NAN_METHOD_ARGS_TYPE info) {
1733 HandleScope scope;

Callers

nothing calls this directly

Calls 2

SetHiddenValueFunction · 0.85
SetMethod · 0.45

Tested by

no test coverage detected