[v8-dev] Re: Issue 3454 in v8: some intl tests fail with ICU 5.2

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Cc: joc...@chromium.org Comment #4 on issue 3454 by js...@chromium.org: some intl tests fail with ICU 5.2 https://code.google.com/p/v8/issues/detail?id=3454 https://codereview.chromium.org/410733003 was landed, but reverted by https://codereview.chromium.org/410083004 @

[v8-dev] Re: Issue 3692 in v8: function suddenly becomes undefined

2014-11-14 Thread codesite-noreply via v8-dev
Comment #12 on issue 3692 by agelos.p...@gmail.com: function suddenly becomes undefined https://code.google.com/p/v8/issues/detail?id=3692 Besides V8 integration strategies/politics in nodejs, may I add that we should check if this very weird optimization bug still exists in more current

[v8-dev] Re: Issue 3507 in v8: getter/setter with numeric name does not use numeric key value.

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Cc: ad...@chromium.org Comment #2 on issue 3507 by ad...@chromium.org: getter/setter with numeric name does not use numeric key value. https://code.google.com/p/v8/issues/detail?id=3507 (No comment was entered for this change.) -- You received this mess

[v8-dev] Re: Issue 3461 in v8: ArrayLengthGetter uses the wrong object

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Cc: ad...@chromium.org Comment #3 on issue 3461 by ad...@chromium.org: ArrayLengthGetter uses the wrong object https://code.google.com/p/v8/issues/detail?id=3461 Looks like this was fixed in r22575 -- You received this message because this project is co

[v8-dev] Re: Implement ES6 String.raw behind --harmony-strings (issue 731573004 by caitpotte...@gmail.com)

2014-11-14 Thread arv
https://codereview.chromium.org/731573004/diff/20001/src/harmony-string.js File src/harmony-string.js (right): https://codereview.chromium.org/731573004/diff/20001/src/harmony-string.js#newcode187 src/harmony-string.js:187: while (true) { On 2014/11/14 23:29:58, caitp wrote: On 2014/11/14 22:54

[v8-dev] Re: Issue 3462 in v8: FunctionPrototypeSetter is not correct

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Cc: ad...@chromium.org Comment #1 on issue 3462 by ad...@chromium.org: FunctionPrototypeSetter is not correct https://code.google.com/p/v8/issues/detail?id=3462 From what I can tell this was fixed in r22606. -- You received this message because this project is configured to

[v8-dev] Re: Implement ES6 String.raw behind --harmony-strings (issue 731573004 by caitpotte...@gmail.com)

2014-11-14 Thread caitpotter88
I felt like it made more sense under --harmony-strings because it doesn't really depend on template literals, but I've changed it to be behind --harmony-templates anyways. https://codereview.chromium.org/731573004/diff/20001/src/harmony-string.js File src/harmony-string.js (right): https://co

[v8-dev] Re: Issue 1859 in v8: v8 is full of static initializers

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #14 on issue 1859 by ad...@chromium.org: v8 is full of static initializers https://code.google.com/p/v8/issues/detail?id=1859 Oops, thought I'd already marked as fixed. Now done. -- You received this message because this project is configured to send al

[v8-dev] Re: Issue 1859 in v8: v8 is full of static initializers

2014-11-14 Thread codesite-noreply via v8-dev
Comment #13 on issue 1859 by tha...@chromium.org: v8 is full of static initializers https://code.google.com/p/v8/issues/detail?id=1859 Yes, this is done. Please mark this as fixed, thanks :-) -- You received this message because this project is configured to send all issue notifications to

[v8-dev] Re: Issue 3239 in v8: Array.splice & Array.length truncation create and mutate regular Arrays whose prototypes may have been altered

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Owner: ad...@chromium.org Cc: rafa...@chromium.org Labels: Harmony Comment #1 on issue 3239 by ad...@chromium.org: Array.splice & Array.length truncation create and mutate regular Arrays whose prototypes may have been altered https://code.google.com/p/v8/issu

[v8-dev] Re: Issue 3134 in v8: Optimization for Array.prototype.indexOf does not take getters into account

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Owner: ad...@chromium.org Comment #2 on issue 3134 by ad...@chromium.org: Optimization for Array.prototype.indexOf does not take getters into account https://code.google.com/p/v8/issues/detail?id=3134 This was fixed in r24855 when we stopped using the sp

[v8-dev] Re: Issue 3692 in v8: function suddenly becomes undefined

2014-11-14 Thread codesite-noreply via v8-dev
Comment #11 on issue 3692 by i...@bnoordhuis.nl: function suddenly becomes undefined https://code.google.com/p/v8/issues/detail?id=3692 Does anyone know if there's a new plan already in place for doing that with 0.12? The tentative plan post-v0.12 is to switch to time-based releases, so w

[v8-dev] Re: Implement ES6 String.raw behind --harmony-strings (issue 731573004 by caitpotte...@gmail.com)

2014-11-14 Thread arv
I think it would make more sense to put this under --harmony-templates https://codereview.chromium.org/731573004/diff/20001/src/harmony-string.js File src/harmony-string.js (right): https://codereview.chromium.org/731573004/diff/20001/src/harmony-string.js#newcode177 src/harmony-string.js:177:

[v8-dev] Re: Issue 1859 in v8: v8 is full of static initializers

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Cc: ad...@chromium.org Comment #12 on issue 1859 by ad...@chromium.org: v8 is full of static initializers https://code.google.com/p/v8/issues/detail?id=1859 I think this is now fixed. thakis, feel free to reopen if we've somehow regressed here. -- You received this messag

[v8-dev] Re: Issue 2639 in v8: List is more inefficient than std::vector. Can't push work from Blink to V8 without regressing performance.

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Owner: joc...@chromium.org Comment #8 on issue 2639 by ad...@chromium.org: List is more inefficient than std::vector. Can't push work from Blink to V8 without regressing performance. https://code.google.com/p/v8/issues/detail?id=2639 (No comment was en

[v8-dev] Re: Issue 3534 in v8: Array.prototype.{reduce, reduceRight}: Wrong order of operations when determining initial value

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Cc: ad...@chromium.org Labels: ES5 Comment #4 on issue 3534 by ad...@chromium.org: Array.prototype.{reduce, reduceRight}: Wrong order of operations when determining initial value https://code.google.com/p/v8/issues/detail?id=3534 (No comment was

[v8-dev] Re: Issue 3076 in v8: Object.observe does not call native functions

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #6 on issue 3076 by ad...@chromium.org: Object.observe does not call native functions https://code.google.com/p/v8/issues/detail?id=3076 I can't reproduce this bug, may have gotten fixed at some point. In any case, I'm adding tests to exercise this at

[v8-dev] Add a cctest for using a C++ FunctionCallback as an Object.observe observer (issue 733483003 by ad...@chromium.org)

2014-11-14 Thread adamk
Reviewers: rossberg, Description: Add a cctest for using a C++ FunctionCallback as an Object.observe observer R=rossb...@chromium.org BUG=v8:3076 Please review this at https://codereview.chromium.org/733483003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+43,

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread arv
PTAL https://codereview.chromium.org/725983002/diff/40001/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/725983002/diff/40001/src/debug.cc#newcode1247 src/debug.cc:1247: if (function_proto->shared()->bound()) { On 2014/11/14 19:27:13, aandrey wrote: this if-else block

[v8-dev] Re: Issue 3684 in v8: ElementsAccessor::SetLength does not respect non-writeablity of length

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #3 on issue 3684 by ad...@chromium.org: ElementsAccessor::SetLength does not respect non-writeablity of length https://code.google.com/p/v8/issues/detail?id=3684 (No comment was entered for this change.) -- You received this message because this project

[v8-dev] Re: Issue 3683 in v8: C-style for-let can't handle continue

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #22 on issue 3683 by ad...@chromium.org: C-style for-let can't handle continue https://code.google.com/p/v8/issues/detail?id=3683 (No comment was entered for this change.) -- You received this message because this project is configured to send all iss

[v8-dev] Implement ES6 String.raw behind --harmony-strings (issue 731573004 by caitpotte...@gmail.com)

2014-11-14 Thread caitpotter88
Reviewers: , Message: A quick addition to the String object which makes more sense now that templates are implemented-ish Description: Implement ES6 String.raw behind --harmony-strings BUG= Please review this at https://codereview.chromium.org/731573004/ Base URL: https://chromium.googleso

[v8-dev] Re: Issue 3659 in v8: Classes: Make sure function name inferrer works

2014-11-14 Thread codesite-noreply via v8-dev
Comment #2 on issue 3659 by a...@chromium.org: Classes: Make sure function name inferrer works https://code.google.com/p/v8/issues/detail?id=3659 Given class B { m() { throw new Error() } } class C extends B { m() { super.m(); } } class D extends C { m() { super.m();

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
https://codereview.chromium.org/726643002/diff/60001/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/726643002/diff/60001/src/runtime/runtime-debug.cc#newcode1257 src/runtime/runtime-debug.cc:1257: seen_script_scope_ = scope_type == ScopeTy

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread aandrey
lgtm https://codereview.chromium.org/726643002/diff/60001/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/726643002/diff/60001/src/runtime/runtime-debug.cc#newcode1257 src/runtime/runtime-debug.cc:1257: seen_script_scope_ = scope_type ==

[v8-dev] Re: Issue 3684 in v8: ElementsAccessor::SetLength does not respect non-writeablity of length

2014-11-14 Thread codesite-noreply via v8-dev
Comment #2 on issue 3684 by bugdro...@chromium.org: ElementsAccessor::SetLength does not respect non-writeablity of length https://code.google.com/p/v8/issues/detail?id=3684#c2 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/4a4158f3632ba2b18f6525a

[v8-dev] Re: Throw as per spec when modifying an Array with builtin methods (issue 726773002 by ad...@chromium.org)

2014-11-14 Thread commit-bot
Committed patchset #2 (id:20001) https://codereview.chromium.org/726773002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and s

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread arv
Thanks. I'll extract the code into a shared function and see if we should apply the apply/call logic there. https://codereview.chromium.org/725983002/diff/40001/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/725983002/diff/40001/src/debug.cc#newcode1658 src/debug.cc:1

[v8-dev] Re: Issue 3683 in v8: C-style for-let can't handle continue

2014-11-14 Thread codesite-noreply via v8-dev
Comment #21 on issue 3683 by bugdro...@chromium.org: C-style for-let can't handle continue https://code.google.com/p/v8/issues/detail?id=3683#c21 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/b17eaaa5755e625493c5fe537f42b58838923c52 commit b17e

[v8-dev] Re: Work in progress: let-binding in for loops (issue 720863002 by ad...@chromium.org)

2014-11-14 Thread commit-bot
Committed patchset #8 (id:140001) https://codereview.chromium.org/720863002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread aandrey
https://codereview.chromium.org/725983002/diff/40001/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/725983002/diff/40001/src/debug.cc#newcode1247 src/debug.cc:1247: if (function_proto->shared()->bound()) { this if-else block is repeated several times below. maybe extract

[v8-dev] Re: Throw as per spec when modifying an Array with builtin methods (issue 726773002 by ad...@chromium.org)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/726773002/20001 https://codereview.chromium.org/726773002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: Throw as per spec when modifying an Array with builtin methods (issue 726773002 by ad...@chromium.org)

2014-11-14 Thread adamk
https://codereview.chromium.org/726773002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/726773002/diff/1/src/objects.cc#newcode13100 src/objects.cc:13100: bool JSArray::HasReadOnlyLength(Handle array) { On 2014/11/14 17:00:22, Michael Starzinger wrote: On 20

[v8-dev] Re: Issue 3230 in v8: implement template literals

2014-11-14 Thread codesite-noreply via v8-dev
Comment #4 on issue 3230 by ad...@chromium.org: implement template literals https://code.google.com/p/v8/issues/detail?id=3230 Issue 2891 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this address. You may

[v8-dev] Re: Issue 2891 in v8: Implement template strings

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Duplicate Mergedinto: 3230 Comment #5 on issue 2891 by ad...@chromium.org: Implement template strings https://code.google.com/p/v8/issues/detail?id=2891 (No comment was entered for this change.) -- You received this message because this project is configured to

[v8-dev] Re: Work in progress: let-binding in for loops (issue 720863002 by ad...@chromium.org)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/720863002/140001 https://codereview.chromium.org/720863002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Re: Work in progress: let-binding in for loops (issue 720863002 by ad...@chromium.org)

2014-11-14 Thread adamk
https://codereview.chromium.org/720863002/diff/120001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/720863002/diff/120001/src/parser.cc#newcode3175 src/parser.cc:3175: loop->Initialize(NULL, flag_cond, compound_next_statement, body_or_stop); On 2014/11/14 10:58:01, ro

[v8-dev] Re: Issue 3230 in v8: implement template literals

2014-11-14 Thread codesite-noreply via v8-dev
Comment #3 on issue 3230 by bugdro...@chromium.org: implement template literals https://code.google.com/p/v8/issues/detail?id=3230#c3 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/353b6964678f7d4382be1db7b2eadce1acf5c830 commit 353b6964678f7d43

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread commit-bot
Committed patchset #33 (id:710001) https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/663683006/710001 https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread dslomov
btw lgtm from my side, but please let Yury or Andrey to review as well. https://codereview.chromium.org/725983002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" gro

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread dslomov
https://codereview.chromium.org/725983002/diff/40001/test/mjsunit/harmony/debug-step-into-constructor.js File test/mjsunit/harmony/debug-step-into-constructor.js (right): https://codereview.chromium.org/725983002/diff/40001/test/mjsunit/harmony/debug-step-into-constructor.js#newcode41 test/mjsun

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread arv
https://codereview.chromium.org/725983002/diff/40001/test/mjsunit/harmony/debug-step-into-constructor.js File test/mjsunit/harmony/debug-step-into-constructor.js (right): https://codereview.chromium.org/725983002/diff/40001/test/mjsunit/harmony/debug-step-into-constructor.js#newcode41 test/mjsun

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread dslomov
looks good but Andrey or Yury should take a look as well. https://codereview.chromium.org/725983002/diff/40001/test/mjsunit/harmony/debug-step-into-class-extends.js File test/mjsunit/harmony/debug-step-into-class-extends.js (right): https://codereview.chromium.org/725983002/diff/40001/test/mjsu

[v8-dev] Re: Throw as per spec when modifying an Array with builtin methods (issue 726773002 by ad...@chromium.org)

2014-11-14 Thread mstarzinger
LGTM. Added Toon just FYI about the change in the objects.cc file. And Kudos for tackling all of the conformance issues in the Array builtins, you are my hero. :) https://codereview.chromium.org/726773002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/726

[v8-dev] Re: Classes: Add support for stepping through default constructors (issue 725983002 by a...@chromium.org)

2014-11-14 Thread arv
PTAL (I wasn't sure who the right person for debugger related changes is?) https://codereview.chromium.org/725983002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" g

[v8-dev] Re: [turbofan] refactor pipeline to use hydrogen like Run calls (issue 727733002 by dcar...@chromium.org)

2014-11-14 Thread commit-bot
Committed patchset #8 (id:140001) https://codereview.chromium.org/727733002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and

[v8-dev] Re: Copy unittests binary in android-sync.sh (issue 722373003 by culli...@amazon.com)

2014-11-14 Thread mstarzinger
Hey Ian! Thanks for the patch. The change is looking good. Unfortunately I wasn't able to find a CLA entry for your email address. Could you please head to the following page and verify that there is CLA on file for your email address? Thanks. Verify that there is a CLA on file for your a c

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
Addressed nits and rebased patch for landing. Will wait until DevTools are ready. https://codereview.chromium.org/726643002/diff/20001/test/cctest/test-debug.cc File test/cctest/test-debug.cc (right): https://codereview.chromium.org/726643002/diff/20001/test/cctest/test-debug.cc#newcode7634 tes

[v8-dev] Fix loop information computation for floating loops. (issue 726953002 by mstarzin...@chromium.org)

2014-11-14 Thread mstarzinger
Reviewers: jarin, Description: Fix loop information computation for floating loops. R=ja...@chromium.org TEST=cctest/test-scheduler/LoopedFloatingDiamond3 Please review this at https://codereview.chromium.org/726953002/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected fil

[v8-dev] Re: [turbofan] refactor pipeline to use hydrogen like Run calls (issue 727733002 by dcar...@chromium.org)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/727733002/140001 https://codereview.chromium.org/727733002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Re: [turbofan] refactor pipeline to use hydrogen like Run calls (issue 727733002 by dcar...@chromium.org)

2014-11-14 Thread titzer
lgtm https://codereview.chromium.org/727733002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: [turbofan] refactor pipeline to use hydrogen like Run calls (issue 727733002 by dcar...@chromium.org)

2014-11-14 Thread titzer
https://codereview.chromium.org/727733002/diff/11/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/727733002/diff/11/src/compiler/pipeline.cc#newcode330 src/compiler/pipeline.cc:330: static const char* phase_name() { return "graph builder";

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread aandrey
let me update DevTools code before landing https://codereview.chromium.org/726643002/diff/20001/test/cctest/test-debug.cc File test/cctest/test-debug.cc (right): https://codereview.chromium.org/726643002/diff/20001/test/cctest/test-debug.cc#newcode7634 test/cctest/test-debug.cc:7634: CHECK_EQ(1

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread commit-bot
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/28) v8_linux64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/1237) v8_linux_rel on tryserver

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/663683006/670001 https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Re: Issue 3692 in v8: function suddenly becomes undefined

2014-11-14 Thread codesite-noreply via v8-dev
Comment #10 on issue 3692 by mobilebr...@gmail.com: function suddenly becomes undefined https://code.google.com/p/v8/issues/detail?id=3692 I def don't want to point fingers at any of the teams involved, and I hope my frustration above didn't come across as finger pointing. It's the situa

[v8-dev] Re: [turbofan] refactor pipeline to use hydrogen like Run calls (issue 727733002 by dcar...@chromium.org)

2014-11-14 Thread dcarney
Reviewers: titzer, Message: more, ptal Description: [turbofan] refactor pipeline to use hydrogen like Run calls BUG= Please review this at https://codereview.chromium.org/727733002/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+507, -302 lines): M src/compil

[v8-dev] Re: Implement .fill() on typed arrays (issue 699953003 by ape...@igalia.com)

2014-11-14 Thread aperez
Updated, now we should be good to go for real :) https://codereview.chromium.org/699953003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from

[v8-dev] Re: Implement .fill() on typed arrays (issue 699953003 by ape...@igalia.com)

2014-11-14 Thread aperez
On 2014/11/14 14:27:50, wingo wrote: https://codereview.chromium.org/699953003/diff/1/src/harmony-typedarray.js File src/harmony-typedarray.js (right): https://codereview.chromium.org/699953003/diff/1/src/harmony-typedarray.js#newcode67 src/harmony-typedarray.js:67: var array = ToObject(this)

[v8-dev] Re: Classes: Implement correct name binding (issue 722793005 by a...@chromium.org)

2014-11-14 Thread commit-bot
Committed patchset #5 (id:11) https://codereview.chromium.org/722793005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and

[v8-dev] Re: Issue 3330 in v8: Implement ES6 classes

2014-11-14 Thread codesite-noreply via v8-dev
Comment #63 on issue 3330 by bugdro...@chromium.org: Implement ES6 classes https://code.google.com/p/v8/issues/detail?id=3330#c63 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/f3d5b13e04c9cedd1f020ce0beec64275fcc40d5 commit f3d5b13e04c9cedd1f020ce

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread yurys
LGTM. I filed a bug on supporting this in DevTools: https://code.google.com/p/chromium/issues/detail?id=433324. https://codereview.chromium.org/726643002/diff/20001/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/726643002/diff/20001/src/

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread caitpotter88
On 2014/11/14 14:40:02, arv wrote: Can you also update the BUILD.gn file? Done (I think), does that look about right? https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you a

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread arv
Can you also update the BUILD.gn file? https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group

[v8-dev] Re: Classes: Implement correct name binding (issue 722793005 by a...@chromium.org)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722793005/11 https://codereview.chromium.org/722793005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Re: Implement .fill() on typed arrays (issue 699953003 by ape...@igalia.com)

2014-11-14 Thread wingo
https://codereview.chromium.org/699953003/diff/1/src/harmony-typedarray.js File src/harmony-typedarray.js (right): https://codereview.chromium.org/699953003/diff/1/src/harmony-typedarray.js#newcode67 src/harmony-typedarray.js:67: var array = ToObject(this); On 2014/11/13 16:34:36, aperez wrote:

[v8-dev] Re: Issue 3692 in v8: function suddenly becomes undefined

2014-11-14 Thread codesite-noreply via v8-dev
Comment #9 on issue 3692 by bcorriga...@gmail.com: function suddenly becomes undefined https://code.google.com/p/v8/issues/detail?id=3692 In the same vein, it might be worth it for the Node team to consider more frequent patch releases releases that focus only on maintaining parity with V

[v8-dev] Re: [turbofan] Remove int32 add/subtract narrowing during typed lowering. (issue 721723004 by ja...@chromium.org)

2014-11-14 Thread titzer
https://codereview.chromium.org/721723004/diff/1/test/cctest/compiler/test-js-typed-lowering.cc File test/cctest/compiler/test-js-typed-lowering.cc (right): https://codereview.chromium.org/721723004/diff/1/test/cctest/compiler/test-js-typed-lowering.cc#newcode1216 test/cctest/compiler/test-js-ty

[v8-dev] Re: Extend typed lowering to cover JSStrictEqual on differing types. (issue 722223003 by mstarzin...@chromium.org)

2014-11-14 Thread mstarzinger
Committed patchset #2 (id:20001) manually as a210f3684628e74cddf1f739a053946002418431 (presubmit successful). https://codereview.chromium.org/73003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: Classes: Implement correct name binding (issue 722793005 by a...@chromium.org)

2014-11-14 Thread commit-bot
Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/1321) v8_win64_compile_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_win64_compile_rel/builds/445) v8_win_rel on tryserver.v8 (ht

[v8-dev] Re: Classes: Implement correct name binding (issue 722793005 by a...@chromium.org)

2014-11-14 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722793005/80001 https://codereview.chromium.org/722793005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] [turbofan] Remove int32 add/subtract narrowing during typed lowering. (issue 721723004 by ja...@chromium.org)

2014-11-14 Thread jarin
Reviewers: titzer, Benedikt Meurer, Message: Could you take a look please? Description: [turbofan] Remove int32 narrowing during typed lowering. With Int32Add we lose the int/uint distinction, so later, in simplified lowering we can make a wrong decision. E.g., see the attached test case, whe

[v8-dev] Re: Extend typed lowering to cover JSStrictEqual on differing types. (issue 722223003 by mstarzin...@chromium.org)

2014-11-14 Thread rossberg
lgtm https://codereview.chromium.org/73003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from

[v8-dev] [turbofan] refactor pipeline to use hydrogen like Run calls (issue 727733002 by dcar...@chromium.org)

2014-11-14 Thread titzer
https://codereview.chromium.org/727733002/diff/60001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/727733002/diff/60001/src/compiler/pipeline.cc#newcode258 src/compiler/pipeline.cc:258: void Run(PipelineData* data) { I like this a lot better! Ca

[v8-dev] Re: Extend typed lowering to cover JSStrictEqual on differing types. (issue 722223003 by mstarzin...@chromium.org)

2014-11-14 Thread mstarzinger
Reviewers: titzer, rossberg, Message: PTAL. Addressed comments and added unit test. https://codereview.chromium.org/73003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/73003/diff/1/src/compiler/js-typed-lowering

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
Addressed comments. https://codereview.chromium.org/726643002/diff/20001/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/726643002/diff/20001/src/mirror-debugger.js#newcode198 src/mirror-debugger.js:198: Script: 1, On 2014/11/14 12:25:32, yurys wrote:

[v8-dev] Re: Extend typed lowering to cover JSStrictEqual on differing types. (issue 722223003 by mstarzin...@chromium.org)

2014-11-14 Thread titzer
https://codereview.chromium.org/73003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/73003/diff/1/src/compiler/js-typed-lowering.cc#newcode495 src/compiler/js-typed-lowering.cc:495: Type* intersect = Type::Intersec

[v8-dev] Extend typed lowering to cover JSStrictEqual on differing types. (issue 722223003 by mstarzin...@chromium.org)

2014-11-14 Thread rossberg
https://codereview.chromium.org/73003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/73003/diff/1/src/compiler/js-typed-lowering.cc#newcode495 src/compiler/js-typed-lowering.cc:495: Type* intersect = Type::Intersec

[v8-dev] Re: Issue 3690 in v8: Support harmony-scoping in debugger API

2014-11-14 Thread codesite-noreply via v8-dev
Comment #4 on issue 3690 by bugdro...@chromium.org: Support harmony-scoping in debugger API https://code.google.com/p/v8/issues/detail?id=3690#c4 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/7e69b2f996b5f1b77a14474f9b8dd9731fd04f9f commit 7e69

[v8-dev] Re: Implement 'setVariableValue' for debugger block scopes. (issue 732543002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
Committed patchset #2 (id:20001) manually as 7e69b2f996b5f1b77a14474f9b8dd9731fd04f9f (presubmit successful). https://codereview.chromium.org/732543002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: Implement 'setVariableValue' for debugger block scopes. (issue 732543002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
Comments addressed, landing https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js File test/mjsunit/harmony/debug-evaluate-blockscopes.js (right): https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js#ne

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread rossberg
lgtm https://codereview.chromium.org/663683006/diff/640001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/663683006/diff/640001/src/parser.cc#newcode5152 src/parser.cc:5152: if ((from_index + 1) < length && raw_chars[from_index + 1] == '\n') { Nit: redundant parens.

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread caitpotter88
Thanks for the look, I've re-arranged code a bit to address the style issues, and added some extra test cases. https://codereview.chromium.org/663683006/diff/61/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/663683006/diff/61/src/parser.cc#newcode5150 src/pa

[v8-dev] Re: Fix releases script after git migration. (issue 725073002 by machenb...@chromium.org)

2014-11-14 Thread tandrii
lgtm https://codereview.chromium.org/725073002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: Remove AstConstructionVisitor/AstNullVisitor (issue 679943004 by wi...@igalia.com)

2014-11-14 Thread wingo
Committed patchset #1 (id:1) manually as 4faa0ae88aaabdfe41e7d9c8dcfc6ee0484eaec4 (presubmit successful). https://codereview.chromium.org/679943004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Re: Implement 'setVariableValue' for debugger block scopes. (issue 732543002 by dslo...@chromium.org)

2014-11-14 Thread aandrey
lgtm https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js File test/mjsunit/harmony/debug-evaluate-blockscopes.js (right): https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js#newcode88 test/mjsunit/

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread aandrey
https://codereview.chromium.org/726643002/diff/20001/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/726643002/diff/20001/src/mirror-debugger.js#newcode198 src/mirror-debugger.js:198: Script: 1, Can you add the new scope at the end. Our code depends on

[v8-dev] Re: Implement 'setVariableValue' for debugger block scopes. (issue 732543002 by dslo...@chromium.org)

2014-11-14 Thread rossberg
LGTM, I'd just suggest one more test. https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js File test/mjsunit/harmony/debug-evaluate-blockscopes.js (right): https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blocksc

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-14 Thread rossberg
Looks good, just a few nits and some more tests. https://codereview.chromium.org/663683006/diff/61/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/663683006/diff/61/src/parser.cc#newcode5054 src/parser.cc:5054: #define COOKED_STRING(i) cooked_strings->at(i) Nit

[v8-dev] Re: Implement 'setVariableValue' for debugger block scopes. (issue 732543002 by dslo...@chromium.org)

2014-11-14 Thread yurys
lgtm https://codereview.chromium.org/732543002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread yurys
https://codereview.chromium.org/726643002/diff/20001/src/mirror-debugger.js File src/mirror-debugger.js (right): https://codereview.chromium.org/726643002/diff/20001/src/mirror-debugger.js#newcode198 src/mirror-debugger.js:198: Script: 1, This will break DevTools code as we rely on these constan

[v8-dev] Implement 'setVariableValue' for debugger block scopes. (issue 732543002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
Reviewers: *rossberg, aandrey, yurys, Message: rossberg: PTAL aandrey, yurys: FYI Description: Implement 'setVariableValue' for debugger block scopes. R=rossb...@chromium.org BUG=v8:3690 LOG=N Please review this at https://codereview.chromium.org/732543002/ Base URL: https://chromium.googleso

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread yurys
+aandrey who worked on the debugger stuff recently. https://codereview.chromium.org/726643002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe fr

[v8-dev] Re: harmony-scoping: Implement debugger support for script scope. (issue 726643002 by dslo...@chromium.org)

2014-11-14 Thread dslomov
Looks like Yang is OOO today. Yury, maybe you could take a look? Thanks https://codereview.chromium.org/726643002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" grou

[v8-dev] Revert "[turbofan] Smartify the GraphReducer." (issue 727743002 by bmeu...@chromium.org)

2014-11-14 Thread bmeurer
Reviewers: Michael Achenbach, Message: Committed patchset #1 (id:1) manually as 27cc3c685c2fc7f0ce89585499cba2f620f8c4bc (tree was closed). Description: Revert "[turbofan] Smartify the GraphReducer." This reverts commit 6e148989a4227a5290a7f8ca72c71f5740870afe for breaking Massive/Embenchen. T

[v8-dev] Re: Issue 3697 in v8: Poor code for integer tests

2014-11-14 Thread codesite-noreply via v8-dev
Updates: Status: Duplicate Mergedinto: 3696 Comment #2 on issue 3697 by jkumme...@chromium.org: Poor code for integer tests https://code.google.com/p/v8/issues/detail?id=3697 (No comment was entered for this change.) -- You received this message because this project is config

[v8-dev] Re: Issue 3696 in v8: slow code for 'integer' checks

2014-11-14 Thread codesite-noreply via v8-dev
Comment #2 on issue 3696 by jkumme...@chromium.org: slow code for 'integer' checks https://code.google.com/p/v8/issues/detail?id=3696 Issue 3697 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this address.

[v8-dev] Re: Do not do field type tracking with GC stress. (issue 718393004 by tit...@chromium.org)

2014-11-14 Thread titzer
Committed patchset #1 (id:1) manually as cf85209035e93a1ae904a3c2e47167f82c64ca34 (tree was closed). https://codereview.chromium.org/718393004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the

[v8-dev] Do not do field type tracking with GC stress. (issue 718393004 by tit...@chromium.org)

2014-11-14 Thread titzer
Reviewers: Toon Verwaest, Description: Do not do field type tracking with GC stress. R=verwa...@chromium.org BUG= Please review this at https://codereview.chromium.org/718393004/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+1, -0 lines): M test/mjsunit/mjsun

  1   2   >