v8/test
Sathya Gunasekaran acae2f2b65 [ignition] Set correct expression position for ObjectLiteral keys/values
Given the following input,
  const config = {
    min: Math.min(1, 2),
    func: myfunc(),
  }

Previously, the error was,
  ➜ ./out.gn/x64.release/d8 _test.js
  _test.js:3: ReferenceError: myfunc is not defined
    min: Math.min(1, 2),
              ^
  ReferenceError: myfunc is not defined
      at _test.js:3:13

Now, the error is,
  ➜ ./out.gn/x64.release/d8 _test.js
  _test.js:4: ReferenceError: myfunc is not defined
    func: myfunc(),
          ^
  ReferenceError: myfunc is not defined
      at _test.js:4:9

Bug: v8:7507
Change-Id: Ia65b445fdbc1369ecce80f4fc2040e500c807d40
Reviewed-on: https://chromium-review.googlesource.com/964182
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Reviewed-by: Mythri Alle <mythria@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51964}
2018-03-15 15:36:41 +00:00
..
benchmarks [test] Forgive tests timing out on num-fuzzers 2018-02-08 23:08:05 +00:00
cctest [ignition] Set correct expression position for ObjectLiteral keys/values 2018-03-15 15:36:41 +00:00
common [wasm] Add remaining saturating conversions 2018-02-07 19:45:39 +00:00
debugger [debug] use flag to decide whether accessor has side effect. 2018-03-06 09:25:42 +00:00
fuzzer [cleanup] Deprecate EnsureEventLoopInitialized 2018-02-28 15:32:28 +00:00
inspector [inspector] queryObjects() should take objectGroup 2018-03-14 20:12:56 +00:00
intl
js-perf-test [js-perf-test] Add micro-benchmark for StringAt functions 2018-03-09 12:43:36 +00:00
memory
message [ignition] Set correct expression position for ObjectLiteral keys/values 2018-03-15 15:36:41 +00:00
mjsunit [numeric separator] Ban implicit octal support 2018-03-15 10:34:56 +00:00
mkgrokdump [API] Remove ArrayBuffer::Allocator virtual memory methods. 2018-03-03 12:00:24 +00:00
mozilla
preparser
test262 [numeric-separator] Enable test262 tests 2018-03-15 11:23:06 +00:00
unittests [wasm] Refactorings to improve naming 2018-03-15 13:47:58 +00:00
wasm-spec-tests [wasm] Update spec tests 2018-02-28 13:22:37 +00:00
webkit [test][mips64]: Skip dfg-int-overflow-in-loop on simulator. 2018-03-07 14:37:23 +00:00
bot_default.isolate
BUILD.gn
d8_default.isolate
default.isolate
optimize_for_size.isolate
perf.isolate