| 412 | |
| 413 | private: |
| 414 | IterableWrapper(::Windows::Foundation::Collections::IIterable<T> ^ |
| 415 | winRtInstance, |
| 416 | const std::function<Local<Value>(T)>& getterFunc) |
| 417 | : _instance(winRtInstance), _getterFunc(getterFunc) {} |
| 418 | |
| 419 | static void New(Nan::NAN_METHOD_ARGS_TYPE info) { |
| 420 | NodeRT::Utils::SetHiddenValue( |
nothing calls this directly
no outgoing calls
no test coverage detected