Skip to content

Commit 6b66c8b

Browse files
committed
Remove HandleScope from Set
This HandeScope was introduced with throttling changes, and may have contributed to the crash.
1 parent 1456840 commit 6b66c8b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

generate/templates/partials/field_accessors.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
}
3232

3333
NAN_SETTER({{ cppClassName }}::Set{{ field.cppFunctionName }}) {
34-
Nan::HandleScope scope;
35-
3634
{{ cppClassName }} *wrapper = Nan::ObjectWrap::Unwrap<{{ cppClassName }}>(info.This());
3735

3836
{% if field.isEnum %}

0 commit comments

Comments
 (0)