archives

« Bugzilla Issues Index

#4054 — 9.1.11 [[Enumerate]] : Missing closing parenthesis


9.1.11 [[Enumerate]] ()

Example code.

> for (let protoName of Reflect.enumerate(proto) {

should be :

> for (let protoName of Reflect.enumerate(proto)) {


fixed in rev35 editor's draft


fixed in rev35