test262/test/language/expressions/object
Mike Pennisi 202ed9ee1d Add tests for IdentifierReference as property
From the ES6 specification:

> ## PropertyDefinition : IdentifierReference
>
> 1. Let propName be StringValue of IdentifierReference.
> 2. Let exprValue be the result of evaluating IdentifierReference.
> 3. ReturnIfAbrupt(exprValue).
> 4. Let propValue be GetValue(exprValue).
> 5. ReturnIfAbrupt(propValue).
> 6. Assert: enumerable is true.
> 7. Return CreateDataPropertyOrThrow(object, propName, propValue).
2015-05-20 16:08:40 -04:00
..
method-definition Invalid language tests 2015-04-27 16:56:19 +02:00
11.1.5-0-1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
11.1.5-0-2.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
11.1.5-1-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5-1gs.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5-2-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5-2gs.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5-3-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5-4-4-a-1-s.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5-4-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_3-3-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_4-4-a-2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_4-4-a-3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_4-4-b-1.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-b-2.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-c-1.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-c-2.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-d-1.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-d-2.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-d-3.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-4-d-4.js Update remaining tests for ES2015 compatibility (rev38) 2015-04-27 18:21:34 +02:00
11.1.5_4-5-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_5-4-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_6-2-1-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_6-2-2-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_6-3-1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
11.1.5_6-3-2.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
11.1.5_7-2-1-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_7-2-2-s.js Reorganize ./test 2014-12-07 15:33:09 -08:00
11.1.5_7-3-1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
11.1.5_7-3-2.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S11.1.5_A1.1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A1.2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A1.3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A1.4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A4.1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A4.2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.1.5_A4.3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
prop-def-id-eval-error-2.js Add tests for IdentifierReference as property 2015-05-20 16:08:40 -04:00
prop-def-id-eval-error.js Add tests for IdentifierReference as property 2015-05-20 16:08:40 -04:00
prop-def-id-get-error.js Add tests for IdentifierReference as property 2015-05-20 16:08:40 -04:00
prop-def-id-valid.js Add tests for IdentifierReference as property 2015-05-20 16:08:40 -04:00