We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894bab4 commit 5c9e19fCopy full SHA for 5c9e19f
1 file changed
Core/Node-API-JSI/Include/napi/napi.h
@@ -1050,7 +1050,6 @@ namespace Napi {
1050
public:
1051
FunctionReference();
1052
FunctionReference(napi_env env, jsi::Function function);
1053
- FunctionReference(napi_env env, jsi::Value value);
1054
1055
// A reference can be moved but cannot be copied.
1056
FunctionReference(Reference<Function>&& other);
0 commit comments