- 17 Feb, 2015 1 commit
-
-
mstarzinger authored
R=jarin@chromium.org TEST=mjsunit/regress/regress-3884 BUG=v8:3884 LOG=N Review URL: https://codereview.chromium.org/933913002 Cr-Commit-Position: refs/heads/master@{#26702}
-
- 13 Feb, 2015 1 commit
-
-
arv authored
BUG=None LOG=N R=mstarzinger@chromium.org, dslomov@chromium.org Review URL: https://codereview.chromium.org/926013002 Cr-Commit-Position: refs/heads/master@{#26641}
-
- 11 Feb, 2015 3 commits
-
-
dcarney authored
TBR=machenbach@chromium.org BUG= Review URL: https://codereview.chromium.org/915113004 Cr-Commit-Position: refs/heads/master@{#26600}
-
arv authored
We did not set up the [[HomeObject]] for properties created for computed property names. BUG=v8:3879 LOG=N R=dslomov@chromium.org Review URL: https://codereview.chromium.org/914773002 Cr-Commit-Position: refs/heads/master@{#26586}
-
dcarney authored
LOG=N BUG=v8:3884 Review URL: https://codereview.chromium.org/916803002 Cr-Commit-Position: refs/heads/master@{#26582}
-
- 10 Feb, 2015 1 commit
-
-
arv authored
super() is only allowed in a class constructor. super.p is allowed in methods, accessors and constructors. The parser now checks the FunctionState to see what kind of function we are currently inside. BUG=v8:3330 LOG=N R=dslomov@chromium.org, marja@chromium.org Review URL: https://codereview.chromium.org/915563003 Cr-Commit-Position: refs/heads/master@{#26557}
-
- 06 Feb, 2015 1 commit
-
-
cdai2 authored
BUG= R=mstarzinger@chromium.org, weiliang.lin@intel.com Review URL: https://codereview.chromium.org/879693005 Cr-Commit-Position: refs/heads/master@{#26487}
-
- 30 Jan, 2015 1 commit
-
-
michael_dawson authored
Contribution of PowerPC port (continuation of 422063005 and 817143002). This patch covers the key changes needed to the common files needed to support AIX. Subsequent patches will cover: - changes to update the ppc directories so they are current with the changes in the rest of the project. - remaining AIX changes not resolved by 4.8 compiler - individual optimizations for PPC This is based off of the GitHub repository https://github.com/andrewlow/v8ppc R=danno@chromium.org, svenpanne@chromium.org BUG= Review URL: https://codereview.chromium.org/866843003 Cr-Commit-Position: refs/heads/master@{#26343}
-
- 27 Jan, 2015 1 commit
-
-
adamk authored
The approach taken in this CL is to incrementally move toward the currently-specced version of modules in ES6. The biggest change in this patch is separating the parsing of modules from the parsing of scripts, getting rid of the 'module' keyword and thus disallowing modules-in-scripts as well as modules-in-modules. The syntax supported by import/export declarations has not yet been significantly changed, with the major exception being that import declarations require a string as the 'from' part. Most of the existing tests have been disabled, with a first new test added in cctest/test-parsing. BUG=v8:1569 LOG=n Review URL: https://codereview.chromium.org/881623002 Cr-Commit-Position: refs/heads/master@{#26299}
-
- 21 Jan, 2015 2 commits
-
-
mstarzinger authored
R=bmeurer@chromium.org TEST=mjsunit/harmony/classes Review URL: https://codereview.chromium.org/864033002 Cr-Commit-Position: refs/heads/master@{#26202}
-
mstarzinger authored
R=bmeurer@chromium.org TEST=cctest,mjsunit/es7/object-observe-debug-event Review URL: https://codereview.chromium.org/790413005 Cr-Commit-Position: refs/heads/master@{#26199}
-
- 20 Jan, 2015 2 commits
-
-
mstarzinger authored
R=dslomov@chromium.org TEST=mjsunit/harmony/computed-property-names Review URL: https://codereview.chromium.org/860033002 Cr-Commit-Position: refs/heads/master@{#26174}
-
mstarzinger authored
R=dslomov@chromium.org TEST=mjsunit/harmony/computed-property-names-classes Review URL: https://codereview.chromium.org/861713004 Cr-Commit-Position: refs/heads/master@{#26165}
-
- 19 Jan, 2015 2 commits
-
-
Michael Starzinger authored
R=verwaest@chromium.org TEST=mjsunit/harmony/computed-property-names Review URL: https://codereview.chromium.org/862513002 Cr-Commit-Position: refs/heads/master@{#26135}
-
mstarzinger authored
R=rossberg@chromium.org Review URL: https://codereview.chromium.org/855873002 Cr-Commit-Position: refs/heads/master@{#26131}
-
- 17 Jan, 2015 1 commit
-
-
machenbach authored
Revert of [turbofan] Fix bunch of tests failing with --turbo-deoptimization. (patchset #1 id:1 of https://codereview.chromium.org/786333004/) Reason for revert: This changes layout test expectations. I ran a bisect over the layout tests: Bad: http://build.chromium.org/p/client.v8/builders/V8-Blink%20Linux%2032/builds/1600 Good: http://build.chromium.org/p/client.v8/builders/V8-Blink%20Linux%2032/builds/1599 If this is intentional please first land a CL with manualrebaseline test expectations for the changed tests and then reland. Original issue's description: > [turbofan] Fix bunch of tests failing with --turbo-deoptimization. > > R=bmeurer@chromium.org > > Committed: https://crrev.com/e9e772121b36697821dbfff61f36e0a68367f21c > Cr-Commit-Position: refs/heads/master@{#26115} TBR=bmeurer@chromium.org,jarin@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/804333005 Cr-Commit-Position: refs/heads/master@{#26119}
-
- 16 Jan, 2015 4 commits
-
-
jarin authored
R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/786333004 Cr-Commit-Position: refs/heads/master@{#26115}
-
mstarzinger authored
R=jarin@chromium.org Review URL: https://codereview.chromium.org/845193004 Cr-Commit-Position: refs/heads/master@{#26102}
-
mstarzinger authored
R=rossberg@chromium.org,jarin@chromium.org TEST=cctest/test-run-jsops/ClassLiteral Review URL: https://codereview.chromium.org/798873006 Cr-Commit-Position: refs/heads/master@{#26101}
-
arv authored
Enable test on windows again and disable the problematic lines only. BUG=v8:3815 LOG=N R=dslomov@chromium.org Review URL: https://codereview.chromium.org/850773004 Cr-Commit-Position: refs/heads/master@{#26086}
-
- 15 Jan, 2015 3 commits
-
-
Erik Arvidsson authored
BUG=v8:3815 LOG=N TBR=dslomov@chromium.org Review URL: https://codereview.chromium.org/854903002 Cr-Commit-Position: refs/heads/master@{#26085}
-
arv authored
This adds support for computed property names, under the flag --harmony-computed-property-names, for both object literals and classes. This is a revert of the revert, 7d48fd9d. BUG=v8:3754 LOG=Y R=dslomov@chromium.org Review URL: https://codereview.chromium.org/798243004 Cr-Commit-Position: refs/heads/master@{#26084}
-
mstarzinger authored
R=jkummerow@chromium.org TEST=mjsunit/nans Review URL: https://codereview.chromium.org/850303002 Cr-Commit-Position: refs/heads/master@{#26075}
-
- 22 Dec, 2014 1 commit
-
-
jochen authored
TBR=machenbach@chromium.org LOG=n BUG=v8:3784 NOTREECHECKS=true Review URL: https://codereview.chromium.org/817293002 Cr-Commit-Position: refs/heads/master@{#25929}
-
- 18 Dec, 2014 1 commit
-
-
ulan authored
crash is fixed. BUG=v8:3776 LOG=N TBR=hpayer@chromium.org Review URL: https://codereview.chromium.org/812283004 Cr-Commit-Position: refs/heads/master@{#25883}
-
- 08 Dec, 2014 1 commit
-
-
jochen authored
When compiling with the macro DCHECK_ALWAYS_ON defined, DCHECKs and supporting code gets compiled and enabled. This increases test coverage for chromium release buildbots BUG=v8:3731 R=jkummerow@chromium.org LOG=y Review URL: https://codereview.chromium.org/760213005 Cr-Commit-Position: refs/heads/master@{#25701}
-
- 26 Nov, 2014 1 commit
-
-
machenbach authored
TBR=svenpanne@chromium.org Review URL: https://codereview.chromium.org/755283004 Cr-Commit-Position: refs/heads/master@{#25511}
-
- 25 Nov, 2014 1 commit
-
-
jarin authored
BUG= Review URL: https://codereview.chromium.org/758643003 Cr-Commit-Position: refs/heads/master@{#25496}
-
- 24 Nov, 2014 2 commits
-
-
Yang Guo authored
TBR=ulan@chromium.org BUG=v8:3723 LOG=N Review URL: https://codereview.chromium.org/749283002 Cr-Commit-Position: refs/heads/master@{#25489}
-
svenpanne authored
Review URL: https://codereview.chromium.org/741643003 Cr-Commit-Position: refs/heads/master@{#25474}
-
- 14 Nov, 2014 1 commit
-
-
Ben L. Titzer authored
R=verwaest@chromium.org BUG= Review URL: https://codereview.chromium.org/718393004 Cr-Commit-Position: refs/heads/master@{#25355}
-
- 13 Nov, 2014 2 commits
-
-
Michael Starzinger authored
R=jarin@chromium.org TEST=mjsunit/harmony Review URL: https://codereview.chromium.org/723983002 Cr-Commit-Position: refs/heads/master@{#25320}
-
Yang Guo authored
This allows serializing public symbols that are embedded in code. BUG=v8:3689 LOG=N R=rossberg@chromium.org Review URL: https://codereview.chromium.org/722723002 Cr-Commit-Position: refs/heads/master@{#25315}
-
- 12 Nov, 2014 2 commits
-
-
jkummerow@chromium.org authored
It depends on maps not disappearing prematurely. R=verwaest@chromium.org Review URL: https://codereview.chromium.org/720853002 Cr-Commit-Position: refs/heads/master@{#25302} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25302 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
yangguo@chromium.org authored
TBR=dslomov@chromium.org BUG=v8:3689 LOG=N Review URL: https://codereview.chromium.org/697893004 Cr-Commit-Position: refs/heads/master@{#25296} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25296 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 11 Nov, 2014 1 commit
-
-
arv@chromium.org authored
This only available under --harmony-classes BUG=v8:3571 LOG=Y R=dslomov@chromium.org Review URL: https://codereview.chromium.org/718473002 Cr-Commit-Position: refs/heads/master@{#25271} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25271 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 06 Nov, 2014 4 commits
-
-
verwaest@chromium.org authored
Allow JSArray fast moving elements even if the array's proto isn't Array.prototype in original state Otherwise array builtins don't work on internal arrays. BUG=v8:3681 LOG=n R=machenbach@chromium.org, mvstanton@chromium.org Review URL: https://codereview.chromium.org/706703005 Cr-Commit-Position: refs/heads/master@{#25190} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25190 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
machenbach@chromium.org authored
BUG=3681 LOG=n TBR=mvstanton@chromium.org Review URL: https://codereview.chromium.org/701353003 Cr-Commit-Position: refs/heads/master@{#25186} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25186 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
ishell@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/709443002 Cr-Commit-Position: refs/heads/master@{#25183} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25183 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
bmeurer@chromium.org authored
Emscripten requires little-endian arch. It has assertion for endianness: assert(HEAPU8[0] === 255 && HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system'); TEST=mjsunit/asm/embenchen/* BUG= R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/708663003 Patch from Paul Lind <paul.lind@imgtec.com>. Cr-Commit-Position: refs/heads/master@{#25177} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25177 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-