|
|
@278588
|
4 years |
shvaikalesh |
Introduce LexicalScopeFeatures to enable future bytecode optimizations …
|
|
|
@273225
|
4 years |
keith_miller |
Implement the Top-level await proposal …
|
|
|
@272580
|
4 years |
ticaiolima |
[ESNext] Implement private methods …
|
|
|
@269922
|
5 years |
commit-queue |
[JSC] Add support for static public class fields …
|
|
|
@268323
|
5 years |
ysuzuki |
[JSC] arguments.callee should become ThrowTypeError if function has …
|
|
|
@254653
|
5 years |
caitp |
[JSC] Add support for public class fields …
|
|
|
@249509
|
6 years |
ysuzuki |
[JSC] Make Promise implementation faster …
|
|
|
@244915
|
6 years |
ysuzuki |
[JSC] Generator CodeBlock generation should be idempotent …
|
|
|
@241201
|
6 years |
ysuzuki |
[JSC] SourceProviderCacheItem should be small …
|
|
|
@238365
|
7 years |
yusukesuzuki |
Unreviewed, rolling in the rest of r237254 …
|
|
|
@237478
|
7 years |
commit-queue |
Unreviewed, rolling out r237445. …
|
|
|
@237445
|
7 years |
yusukesuzuki |
Unreviewed, partial rolling in r237254 …
|
|
|
@237299
|
7 years |
commit-queue |
Unreviewed, rolling out r237254. …
|
|
|
@237254
|
7 years |
yusukesuzuki |
[JSC] JSC should have "parseFunction" to optimize Function constructor …
|
|
|
@237128
|
7 years |
commit-queue |
Unreviewed, rolling out r237054. …
|
|
|
@237054
|
7 years |
yusukesuzuki |
[JSC] JSC should have "parseFunction" to optimize Function constructor …
|
|
|
@235662
|
7 years |
mark.lam |
isAsyncGeneratorMethodParseMode() should check for …
|
|
|
@233860
|
7 years |
utatane.tea |
[JSC] Make SourceParseMode small …
|
|
|
@233855
|
7 years |
utatane.tea |
[JSC] Generator and AsyncGeneratorMethod's prototype is incorrect …
|
|
|
@228422
|
7 years |
caitp |
[JSC] cache TaggedTemplate arrays by callsite rather than by contents …
|
|
|
@220323
|
8 years |
gskachkov |
[Next] Async iteration - Implement Async Generator - parser …
|
|
|
@215723
|
8 years |
commit-queue |
test262: …
|
|
|
@215395
|
8 years |
commit-queue |
test262: test262/test/language/global-code/new.target-arrow.js …
|
|
|
@208052
|
9 years |
caitp |
[JSC] implement runtime for async functions …
|
|
|
@206525
|
9 years |
ryanhaddad |
Unreviewed, rolling out r206522.
Roll r206506 back in since the build …
|
|
|
@206522
|
9 years |
commit-queue |
Unreviewed, rolling out r206506. …
|
|
|
@206506
|
9 years |
commit-queue |
Adopt #pragma once in JavaScriptCore …
|
|
|
@206333
|
9 years |
caitp |
[JSC] Implement parsing of Async Functions …
|
|
|
@204714
|
9 years |
utatane.tea |
[ES6] Module should not allow HTML comments …
|
|
|
@204058
|
9 years |
sbarati |
update a class extending null w.r.t the ES7 spec …
|
|
|
@201542
|
9 years |
utatane.tea |
Unreviewed, roll out r201481, r201523: 0.3% regression in Octane …
|
|
|
@201523
|
9 years |
utatane.tea |
[JSC] Recover parser performance regression by async support …
|
|
|
@201481
|
9 years |
caitp |
[JSC] implement async functions proposal …
|
|
|
@201328
|
9 years |
utatane.tea |
ThisTDZMode is no longer needed …
|
|
|
@201239
|
9 years |
joepeck |
Remove LegacyProfiler
https://bugs.webkit.org/show_bug.cgi?id=153565
…
|
|
|
@200973
|
9 years |
joepeck |
Unreviewed rollout r200924. Caused …
|
|
|
@200924
|
9 years |
commit-queue |
Remove LegacyProfiler
https://bugs.webkit.org/show_bug.cgi?id=153565
…
|
|
|
@199768
|
9 years |
sbarati |
Remove unused m_writtenVariables from the parser and related bits …
|
|
|
@198349
|
9 years |
mark.lam |
Make FunctionMode an enum class. …
|
|
|
@198332
|
9 years |
mark.lam |
Method names should not appear in the lexical scope of the method's …
|
|
|
@197928
|
9 years |
gskachkov |
How we load new.target in arrow functions is broken …
|
|
|
@197296
|
9 years |
gskachkov |
[ES6] Arrow function syntax. Emit loading&putting this/super only if …
|
|
|
@197043
|
9 years |
commit-queue |
Unreviewed, rolling out r197033. …
|
|
|
@197033
|
9 years |
commit-queue |
[ES6] Arrow function syntax. Emit loading&putting this/super only if …
|
|
|
@195876
|
9 years |
sbarati |
Pack FunctionExecutable and UnlinkedFunctionExecutable harder …
|
|
|
@193766
|
9 years |
commit-queue |
[ES6] "super" and "this" should be lexically bound inside an arrow …
|
|
|
@193606
|
9 years |
ddkilzer |
REGRESSION(r193584): Causes heap use-after-free crashes in Web …
|
|
|
@193584
|
9 years |
commit-queue |
[ES6] "super" and "this" should be lexically bound inside an arrow …
|
|
|
@192937
|
9 years |
utatane.tea |
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable …
|
|
|
@192935
|
9 years |
commit-queue |
Unreviewed, rolling out r192914. …
|
|
|
@192914
|
9 years |
utatane.tea |
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable …
|
|
|
@192882
|
9 years |
carlosgc |
Unreviewed, rolling out r192876.
It broke a lot of JSC and layout …
|
|
|
@192876
|
9 years |
commit-queue |
[ES6] "super" and "this" should be lexically bound inside an arrow …
|
|
|
@191875
|
10 years |
utatane.tea |
[ES6] Support Generator Syntax …
|
|
|
@189819
|
10 years |
commit-queue |
functions that use try/catch will allocate a top level …
|
|
|
@188417
|
10 years |
utatane.tea |
Unify JSParserCodeType, FunctionParseMode and ModuleParseMode into …
|
|
|
@188355
|
10 years |
utatane.tea |
[ES6] Add ES6 Modules preparsing phase to collect the dependencies …
|
|
|
@187890
|
10 years |
utatane.tea |
[ES6] Support Module Syntax …
|
|
|
@186959
|
10 years |
saambarati1 |
Function parameters should be parsed in the same parser arena as the …
|
|
|
@182198
|
10 years |
rniwa |
eval("this.foo") causes a crash if this had not been initialized in a …
|
|
|
@181664
|
10 years |
ggaren |
Built-in functions should know that they use strict mode …
|
|
|
@181490
|
10 years |
rniwa |
Class constructor should throw TypeError when "called" …
|
|
|
@181293
|
10 years |
rniwa |
Support extends and super keywords …
|
|
|
@174821
|
11 years |
oliver |
Various arguments optimisations in codegen fail to account for …
|
|
|
@174610
|
11 years |
commit-queue |
Unreviewed, rolling out r174606. …
|
|
|
@174606
|
11 years |
oliver |
Various arguments optimisations in codegen fail to account for …
|
|
|
@167313
|
11 years |
commit-queue |
Unreviewed, rolling out r167199 and r167251. …
|
|
|
@167199
|
11 years |
oliver |
Rewrite Function.bind as a builtin …
|
|
|
@167165
|
11 years |
barraclough |
Rollout - Rewrite Function.bind as a builtin …
|
|
|
@167020
|
11 years |
oliver |
Rewrite Function.bind as a builtin …
|
|
|
@163960
|
11 years |
oliver |
Make it possible to implement JS builtins in JS …
|
|
|
@163321
|
11 years |
ggaren |
Simplified name scope creation for function expressions …
|
|
|
@163225
|
11 years |
oliver |
2014-01-31 Oliver Hunt <[email protected]>
Rollout r163195 …
|
|
|
@163195
|
11 years |
oliver |
Make it possible to implement JS builtins in JS …
|
|
|
@153763
|
12 years |
oliver |
Delay Arguments creation in strict mode …
|
|
|
@143147
|
12 years |
fpizlo |
Move all Structure out-of-line inline methods to StructureInlines.h …
|
|
|
@133688
|
13 years |
oliver |
Reduce parser overhead in JSC …
|