cesanta / v7

Embedded JavaScript engine for C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are labelled statements supported?

niwinz opened this issue · comments

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...

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