When testing my native addon with iojs 3 I get
FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope
I'm following the pattern in test/cpp/objectwraphandle.cpp. The line it crashes on is this one:
v8::Local<v8::Function> cons = Nan::New(constructor);
I tried to run the test to see if it would pass, but #439 happened.
When testing my native addon with iojs 3 I get
I'm following the pattern in test/cpp/objectwraphandle.cpp. The line it crashes on is this one:
I tried to run the test to see if it would pass, but #439 happened.