Skip to content

Commit

Permalink
[squash] add requested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Sep 20, 2017
1 parent 75bb3c4 commit 83c3e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ v8::MaybeLocal<v8::Value> InternalMakeCallback(

class InternalCallbackScope {
public:
// Tell the constructor whether its `object` parameter may be empty or not.
enum ResourceExpectation { kRequireResource, kAllowEmptyResource };
InternalCallbackScope(Environment* env,
v8::Local<v8::Object> object,
Expand Down

0 comments on commit 83c3e74

Please sign in to comment.