summaryrefslogtreecommitdiff
path: root/src/accessor-names/literal-numeric-leading-decimal.case
blob: a9ae1c7a279ce0f04edcaf14b21c7eed8388dd47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Computed values as accessor property names (numeric literal with leading decimal point)
template: default
info: |
  12.2.6.7 Runtime Semantics: Evaluation

  [...]

  ComputedPropertyName : [ AssignmentExpression ]

  1. Let exprValue be the result of evaluating AssignmentExpression.
  2. Let propName be ? GetValue(exprValue).
  3. Return ? ToPropertyKey(propName).
---*/

//- declareWith
.1
//- referenceWith
'0.1'