| 610 | } |
| 611 | |
| 612 | static void GetMany(Nan::NAN_METHOD_ARGS_TYPE info) { |
| 613 | HandleScope scope; |
| 614 | Nan::ThrowError(Nan::Error(NodeRT::Utils::NewString(L"Not implemented"))); |
| 615 | return; |
| 616 | } |
| 617 | |
| 618 | static void First(Nan::NAN_METHOD_ARGS_TYPE info) { |
| 619 | HandleScope scope; |
nothing calls this directly
no test coverage detected