This commit is contained in:
e.gavrin
2014-07-04 14:20:06 +04:00
parent 6e2e50aa9f
commit e4122522ae
25 changed files with 6147 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
with ({}) {
}
with ({x : 42}) {
var foo = function () {
"use strict";
return x;
};
}
with ({}) {
}