| 920 | } |
| 921 | |
| 922 | static void GetMany(Nan::NAN_METHOD_ARGS_TYPE info) { |
| 923 | HandleScope scope; |
| 924 | Nan::ThrowError(Nan::Error(NodeRT::Utils::NewString(L"Not implemented"))); |
| 925 | return; |
| 926 | } |
| 927 | |
| 928 | static void GetView(Nan::NAN_METHOD_ARGS_TYPE info) { |
| 929 | HandleScope scope; |
nothing calls this directly
no test coverage detected