archives

« Bugzilla Issues Index

#3512 — Missing right parenthesis in 12.3.4.2.5


Before the last period, a closing parenthesis should be added. Thus, the line

Return EvaluateDirectCall(func, thisValue, arguments, tailPosition.

should be fixed to

Return EvaluateDirectCall(func, thisValue, arguments, tailPosition).


fixed in rev31 editor's draft


In Rev31