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 ad4b775 commit 20e7683Copy full SHA for 20e7683
lib/Runtime/Language/JavascriptOperators.cpp
@@ -8872,7 +8872,7 @@ using namespace Js;
8872
if (isSetAccessorsSuccess)
8873
{
8874
tempDescriptor.SetAttributes(preserveFromObject, PropertyConfigurable | PropertyEnumerable);
8875
- forceSetAttributes = true; // use SetAttrbiutes with 'force' as default attributes in type system are different from ES5.
+ forceSetAttributes = true; // use SetAttributes with 'force' as default attributes in type system are different from ES5.
8876
mergeDescriptors = true;
8877
}
8878
0 commit comments