We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5790c55 commit e906b5aCopy full SHA for e906b5a
test/objectwrap_function.cc
@@ -36,7 +36,7 @@ class FunctionTest : public Napi::ObjectWrap<FunctionTest> {
36
};
37
38
std::unordered_map<napi_env, Napi::FunctionReference>
39
- FunctionTest::constructors = {};
+ FunctionTest::constructors;
40
41
Napi::Object InitObjectWrapFunction(Napi::Env env) {
42
Napi::Object exports = Napi::Object::New(env);
0 commit comments