source: webkit/trunk/Source/JavaScriptCore/parser/ParserModes.h

Revision Log Mode:


Legend:

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