cesanta / v7

Embedded JavaScript engine for C/C++
Other
1.42k stars 177 forks source link

Are labelled statements supported? #562

Open niwinz opened 7 years ago

niwinz commented 7 years ago

Labeled statements are part of ecmascript3 as mentioned here: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/label but it seems that v7 does not supports it.

PD: I'm trying to run clojurescript compiled code on v7 and the generated code uses labeled statements in some cases...

dimonomid commented 7 years ago

No, sorry, not yet; we keep postponing implementation of labelled statements.