1. 18 Sep, 2015 1 commit
    • aperez's avatar
      Use a kMaxSafeInteger instead of Number.MAX_SAFE_INTEGER · 3ece714d
      aperez authored
      Defines and uses a kMaxSafeInteger macro (which expands to the constant
      2^53-1) instead of accessing Number.MAX_SAFE_INTEGER. This saves loading
      the attribute from the Number object, which is slightly faster. This also
      makes it clearer from reading the code that tha value being compared is
      constant.
      
      BUG=
      LOG=N
      
      Review URL: https://codereview.chromium.org/1353953002
      
      Cr-Commit-Position: refs/heads/master@{#30814}
      3ece714d
  2. 17 Sep, 2015 37 commits
  3. 16 Sep, 2015 2 commits