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
..
2014-12-07 15:33:09 -08:00
2015-04-27 16:56:19 +02:00
2015-05-02 14:06:57 -04:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2015-05-08 17:27:52 +02:00