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 1456840 commit 6b66c8bCopy full SHA for 6b66c8b
1 file changed
generate/templates/partials/field_accessors.cc
@@ -31,8 +31,6 @@
31
}
32
33
NAN_SETTER({{ cppClassName }}::Set{{ field.cppFunctionName }}) {
34
- Nan::HandleScope scope;
35
-
36
{{ cppClassName }} *wrapper = Nan::ObjectWrap::Unwrap<{{ cppClassName }}>(info.This());
37
38
{% if field.isEnum %}
0 commit comments