Given code below throws a type exception (1 is read-only) (SM 31 to 38) --- "use strict"; var str = "Hello";
str[1] = "a"; ---- Couldn't find the corresponding ecma spec on this restriction. Any idea? _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

