| 260 | |
| 261 | private: |
| 262 | IteratorWrapper(::Windows::Foundation::Collections::IIterator<T> ^ |
| 263 | winRtInstance, |
| 264 | const std::function<Local<Value>(T)>& getterFunc) |
| 265 | : _instance(winRtInstance), _getterFunc(getterFunc) {} |
| 266 | |
| 267 | static void New(Nan::NAN_METHOD_ARGS_TYPE info) { |
| 268 | NodeRT::Utils::SetHiddenValue( |
nothing calls this directly
no outgoing calls
no test coverage detected