1. 02 Dec, 2018 1 commit
    • Mathias Bynens's avatar
      [cctest] Clarify OverrideReadOnlyPropertyOnPrototype setup · e000fa36
      Mathias Bynens authored
      The `readonly: true` key-value pair is redundant since it gets
      ignored anyhow. This patch removes it.
      
      Also, `configurable: false` is implied when
      using `Object.defineProperty` (just like `enumerable: false`
      and `writable: false`). Therefore, specifying only `configurable`
      but not `enumerable` and `writable` gave the impression that
      configurability was somehow the deciding factor for this test.
      Instead, the only important data property for this test is
      `writable: false`. This patch lists all four data property
      attributes explicitly, making it clear that only `writable` has
      a “special” value.
      
      Bug: v8:8175, v8:8238
      Change-Id: Icfc6262f246712a64cdfcffff7b648f5681a711e
      Reviewed-on: https://chromium-review.googlesource.com/c/1357048Reviewed-by: 's avatarCaitlin Potter <caitp@igalia.com>
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#57986}
      e000fa36
  2. 01 Dec, 2018 2 commits
  3. 30 Nov, 2018 32 commits
  4. 29 Nov, 2018 5 commits