1

Resolved

Literals should not keep set properties

description

This should not be possible, that is, this test currently fails in Jint:

var str = "a string";
str.prop = "a property";
assert(undefined, str.prop);

comments

andersekdahl wrote May 8, 2012 at 7:46 AM

Added a fix for this in my pull request