tc39 / proposal-binary-ast

Binary AST proposal for ECMAScript
956 stars 23 forks source link

Add comments to length field of functions. #58

Open arai-a opened 6 years ago

arai-a commented 6 years ago

from https://bugzilla.mozilla.org/show_bug.cgi?id=1472103#c20

attribute unsigned long length; would need a comment that it's function object's length property.

Yoric commented 6 years ago

Oh, it's the same thing? Now that you mention it, it makes sense, but I hadn't realized while looking at the webidl, so yes, please, a comment would be nice :)