archives

« Bugzilla Issues Index

#1111 — eval issues with new declaration forms


Per Nov 29 Resolution:


> New declaration forms, even from non-strict mode eval, cannot be deleted.

eg.

eval("let x; delete x;");

Is not allowed


also, all lexical declarations (except function) go into a per eval lexical scope


fixed in rev28 editor's draft


fixed in rev28