Suggestion to make the control flow more explicit #8
Labels
future work
jsexplain syntax
Discussion regarding syntax for jsexplain to use.
jsref
Tasks impacting jsref design and codebase.
In JSExplain, we only use
let%ret
for complex control flow, when several branches can continue with the same continuation.Example: http://www.ecma-international.org/ecma-262/7.0/index.html#sec-validateandapplypropertydescriptor
In our code, we should have an initial
let%ref
, a bunch ofelse if
, and thein
before step 6.We could suggest to use this wording (start with
else if
if only one enter point in the control flow) for the spec.The text was updated successfully, but these errors were encountered: