Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Issue 587873002: ES6: Disallow binary and octal representation in Number (Closed)

Created:
6 years, 3 months ago by arv (Not doing code reviews)
Modified:
6 years, 2 months ago
Reviewers:
rossberg
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

ES6: Disallow binary and octal representation in Number ToNumber should return NaN for '0b01' and '0o76'. BUG=v8:3585 LOG=Y

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -40 lines) Patch
M src/runtime.cc View 1 chunk +3 lines, -9 lines 0 comments Download
M test/mjsunit/harmony/numeric-literals.js View 1 chunk +42 lines, -31 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
arv (Not doing code reviews)
I hope to get this resolved at TC39 next week.
6 years, 3 months ago (2014-09-19 21:05:06 UTC) #2
arv (Not doing code reviews)
6 years, 2 months ago (2014-09-25 15:22:27 UTC) #3
Going to close this after TC39's conclusion to make ToNumber support all number
literals.

Powered by Google App Engine
This is Rietveld 408576698