source: webkit/trunk/Source/JavaScriptCore/parser/Nodes.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @279447   4 years ysuzuki [JSC] Private names should be handled by usedVariables mechanism …
(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) @262613   5 years caitp [JSC] Add support for private class fields …
(edit) @261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
(edit) @261464   5 years ross.kirsling [clang-tidy] Run modernize-use-nullptr over JSC …
(edit) @255440   5 years keith_miller Parser needs to restore unary stack state when backtracking …
(edit) @254653   5 years caitp [JSC] Add support for public class fields …
(edit) @253987   5 years ysuzuki Experiment: create lots of different malloc zones for easier …
(edit) @245288   6 years ysuzuki [JSC] Shrink sizeof(UnlinkedFunctionExecutable) more …
(edit) @240641   6 years ross.kirsling Remove unnecessary using namespace WTFs (or at least restrict their …
(edit) @233937   7 years utatane.tea [JSC] Reduce size of AST nodes …
(edit) @233377   7 years sbarati We shouldn't recurse into the parser when gathering metadata about …
(edit) @229608   7 years caitp [JSC] fix order of evaluation for ClassDefinitionEvaluation …
(edit) @221622   8 years commit-queue test262: Completion values for control flow do not match the spec …
(edit) @218957   8 years commit-queue Unreviewed, rolling out r218512. …
(edit) @218794   8 years annulen Remove excessive headers from JavaScriptCore
(edit) @218512   8 years commit-queue test262: Completion values for control flow do not match the spec …
(edit) @214029   8 years utatane.tea [JSC] Default parameter part should be retrieved by op_get_argument …
(edit) @206268   9 years commit-queue test262: Function length should be number of parameters before …
(edit) @204470   9 years joepeck Reduce includes of Debugger.h …
(edit) @204424   9 years commit-queue Remove unused includes of RefCountedLeakCounter.h …
(edit) @203953   9 years utatane.tea [ES6] Module binding can be exported by multiple names …
(edit) @198989   9 years sbarati Implement Annex B.3.3 function hoisting rules for function code …
(edit) @198364   9 years fpizlo Replace all of the various non-working and non-compiling sampling …
(edit) @198349   9 years mark.lam Make FunctionMode an enum class. …
(edit) @198288   9 years mark.lam Add support for setting Function.name from computed properties. …
(edit) @197915   9 years sbarati ES6: Implement lexical scoping for function definitions in strict mode …
(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) @196525   9 years sbarati The parser doesn't properly protect against global variable references …
(edit) @194496   9 years aestes Replace WTF::move with WTFMove …
(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) @188928   10 years commit-queue Function.prototype.toString is incorrect for ArrowFunction …
(edit) @188545   10 years commit-queue [ES6] Implement ES6 arrow function syntax. Arrow function specific …
(edit) @188417   10 years utatane.tea Unify JSParserCodeType, FunctionParseMode and ModuleParseMode into …
(edit) @188219   10 years ggaren Let's rename FunctionBodyNode …
(edit) @187969   10 years saambarati1 Replace JSFunctionNameScope with JSLexicalEnvironment for the function …
(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) @186860   10 years saambarati1 [ES6] implement block scoping to enable 'let' …
(edit) @186246   10 years saambarati1 Rename "Deconstruction" to "Destructuring" throughout JSC …
(edit) @185346   10 years gyuyoung.kim Purge PassRefPtr in JavaScriptCore
(edit) @184828   10 years utatane.tea Introduce UniquedStringImpl and SymbolImpl to separate symbolic …
(edit) @181818   10 years ggaren FunctionBodyNode should known where its parameters started …
(edit) @181490   10 years rniwa Class constructor should throw TypeError when "called" …
(edit) @181293   10 years rniwa Support extends and super keywords …
(edit) @180012   10 years benjamin Simplify the initialization of BytecodeGenerator a bit …
(edit) @177001   10 years ggaren Source/JavaScriptCore: Removed some allocation and cruft from the …
(edit) @176825   10 years ggaren Removed the concept of ParserArenaRefCounted …
(edit) @176822   10 years ggaren Split out FunctionNode from FunctionBodyNode …
(edit) @176756   10 years ggaren Removed the global parser arena …
(edit) @170774   11 years dbates Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
(edit) @170594   11 years dbates Avoid copying closed variables vector; actually use move semantics …
(edit) @163960   11 years oliver Make it possible to implement JS builtins in JS …
(edit) @163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
(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) @159520   12 years mark.lam Add tracking of endColumn for Executables. …
(edit) @156785   12 years oliver Implement prefixed-destructuring assignment …
(edit) @156757   12 years fpizlo REGRESSION(156464): 50% regression on SunSpider/string-fasta …
(edit) @156514   12 years oliver 2013-09-25 Oliver Hunt <[email protected]> Implement …
(edit) @156497   12 years commit-queue Unreviewed, rolling out r156464 and r156480. …
(edit) @156464   12 years oliver Implement prefixed-destructuring assignment …
(edit) @153477   12 years mark.lam Fix problems with divot and lineStart mismatches. …
(edit) @152494   12 years mark.lam Fix 30% JSBench regression (caused by adding column numbers to stack …
(edit) @148696   12 years ggaren Renamed JSGlobalData to VM …
(edit) @146318   12 years mark.lam Source/JavaScriptCore: Fix incorrect debugger column number value. …
(edit) @140947   12 years akling JSC: FunctionParameters are memory hungry. …
(edit) @136860   12 years oliver Remove harmful string->function cache …
(edit) @136261   12 years oliver Add direct string->function code cache …
(edit) @129773   13 years kling 3.20MB below FunctionParameters::create() on Membuster3. …
(edit) @127810   13 years ggaren Source/JavaScriptCore: Rolled back in …
(edit) @126893   13 years ggaren Refactored and consolidated variable resolution functions …
(edit) @124729   13 years commit-queue Web Inspector: [JSC] implement setting breakpoints by line:column …
(edit) @124413   13 years commit-queue Unreviewed, rolling out r124406. …
(edit) @124406   13 years commit-queue Web Inspector: [JSC] implement setting breakpoints by line:column …
(edit) @116372   13 years oliver 2012-05-07 Oliver Hunt <[email protected]> Rolling out …
(edit) @110287   13 years wingo Refactor code feature analysis in the parser …
(edit) @110039   13 years wingo Parser: Inline ScopeNodeData into ScopeNode …
(edit) @98887   14 years msaboff Towards 8-bit Strings: Move Lexer and Parser Objects out of …
(copy) @74855   14 years abarth Move JavaScriptCore to Source …
copied from trunk/JavaScriptCore/parser/Nodes.cpp
(edit) @69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
Note: See TracRevisionLog for help on using the revision log.