Created these while experimenting with LibJS. Might as well bring them into the tree and increase our coverage.
4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
// Test that numeric property keys in object literals correctly emit
|
|
// ToPrimitiveWithStringHint before PutOwnByValue.
|
|
|
|
var obj = { 20: 3 };
|