 Chromium Code Reviews
 Chromium Code Reviews Issue 
            19300002:
    ES6: Add support for explicit octal and binary integer literals  (Closed)
    
  
    Issue 
            19300002:
    ES6: Add support for explicit octal and binary integer literals  (Closed) 
  | DescriptionAdd support for explicit octal and binary integer literals
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-7.8.3
ES6 extends the numeric literals to support explicit support
for binary and octal literals using the following syntax:
  0b10101
  0o777
This is currently behind the flag, --harmony-numeric-literals
BUG=2783
R=rossberg@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=15772
   Patch Set 1 #
      Total comments: 1
      
     Patch Set 2 : Added flag and mjsunit test #Patch Set 3 : Make sure Number does not allow 0b when flag is off #Patch Set 4 : Fix long lines #
 Messages
    Total messages: 10 (0 generated)
     | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||