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-11 19:07:04 +01:00
2014-12-07 15:33:09 -08:00
2015-04-20 19:53:06 -04:00
2015-02-12 16:36:13 -05: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-11 19:07:04 +01:00
2014-12-07 15:33:09 -08:00
2015-02-12 16:36:13 -05:00
2014-12-07 15:33:09 -08:00
2015-04-07 16:53:18 -04:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2015-04-07 16:53:18 -04:00
2014-12-07 15:33:09 -08:00
2015-05-07 19:11:47 -04:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2015-04-07 16:53:18 -04:00
2015-04-07 16:53:18 -04:00
2015-04-07 16:53:18 -04:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-07 15:33:09 -08:00
2015-05-20 16:08:40 -04:00
2015-02-12 16:36:13 -05:00
2015-02-12 16:36:13 -05:00
2015-02-12 16:36:13 -05:00
2015-02-12 16:36:13 -05:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2014-12-11 19:07:04 +01:00
2015-04-15 10:50:44 -04:00
2014-12-07 15:33:09 -08:00
2015-05-08 17:27:52 +02:00
2014-12-07 15:33:09 -08:00
2014-12-07 15:33:09 -08:00
2014-12-11 19:07:04 +01:00
2014-12-07 15:33:09 -08:00
2015-05-08 17:27:52 +02:00