2.3.2 SimpleDefine spec error
Closed this issue · 1 comments
FUDCo commented
Section 2.3.2 SimpleDefine, step 2 says:
Return the result of calling OrdinaryDefineOwnProperty(obj, name, value).
If I'm reading things right, that should be:
Return the result of calling OrdinaryDefineOwnProperty(obj, name, desc).