Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 the V8 project authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // "let" in non-strict mode can be a label, even if composed of unicode escape | |
| 6 // sequences. | |
| 7 | |
| 8 if (true) l\u0065t: ; | |
|
adamk
2017/02/14 22:00:53
Can you make this test functional, by actually bre
vabr (Chromium)
2017/02/14 23:58:52
Done.
| |
| OLD | NEW |