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 bf79653 commit 2510adcCopy full SHA for 2510adc
src/node_contextify.cc
@@ -609,9 +609,8 @@ void ContextifyContext::PropertyDefinerCallback(
609
bool read_only =
610
static_cast<int>(attributes) &
611
static_cast<int>(PropertyAttribute::ReadOnly);
612
- bool dont_delete =
613
- static_cast<int>(attributes) &
614
- static_cast<int>(PropertyAttribute::DontDelete);
+ bool dont_delete = static_cast<int>(attributes) &
+ static_cast<int>(PropertyAttribute::DontDelete);
615
616
// If the property is set on the global as neither writable nor
617
// configurable, don't change it on the global or sandbox.
0 commit comments