Skip to content

Commit

Permalink
[upstream:v8.10.3] Fix ContextifyContext::PropertySetterCallback() (#140
Browse files Browse the repository at this point in the history
)

... which must return result if the request was intercepted.
  • Loading branch information
isheludko authored May 12, 2022
1 parent 4c52869 commit 54a68e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_contextify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ void ContextifyContext::PropertySetterCallback(
}

USE(ctx->sandbox()->Set(context, property, value));
args.GetReturnValue().Set(true);
}

// static
Expand Down

0 comments on commit 54a68e4

Please sign in to comment.