Details
-
Bug
-
Resolution: Done
-
Trivial - P5
-
None
-
None
-
None
Description
> x = {}
|
{ }
|
> x['":false,"'] = '"'
|
"
|
> x
|
{ "":false,"" : "\"" }
|
> interpreterVersion()
|
SpiderMonkey 1.7
|
> x = {}
|
{ }
|
> x['":false,"'] = '"'
|
"
|
> x
|
{ "":false,"" : "\"" }
|
> interpreterVersion()
|
V8 3.12.19
|