summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ...Brian Smith2023-05-08
* Issue #2234 - Part 3: Update testsFranklinDM2023-05-07
* Issue #2234 - Part 2: Ensure that the created async function wrapper is validFranklinDM2023-05-07
* Issue #2234 - Part 1: Create async function wrapper when instantiating module...FranklinDM2023-05-07
* Issue #2232 - Parse exported async functions.Job Bautista2023-05-06
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-03
* Issue #1656 - remove vim control lines from js/srcMoonchild2023-05-03
* Issue #2097 - Handle Logical Assignment in Ion CFGMartok2023-05-01
* Issue #2097 - Implement logical assignment operatorsMartok2023-05-01
* Issue #2142 - Remove the temporary fields optionMartok2023-05-01
* Issue #2142 - Implement class static blockMartok2023-05-01
* Issue #2142 - Track isFieldInitializer on JSScript instead of ScopeMartok2023-05-01
* Issue #2142 - Parse and process static class fieldsMartok2023-05-01
* Issue #2142 - Support SuperProperty in field initializersMartok2023-05-01
* Issue #2142 - Optimize .initializers scoping and emitterMartok2023-05-01
* Issue #2142 - Set anonymous function name in field initializerMartok2023-05-01
* Issue #2142 - Don't treat PNK_NAME specially emitAssignmentOrInitMartok2023-05-01
* Issue #2142 - Emit field keys in correct orderMartok2023-05-01
* Issue #2142 - Pass through arguments in synthesized constructors for derived ...Martok2023-05-01
* Issue #2142 - Fix several scoping issues in field initializersMartok2023-05-01
* Issue #2142 - Restrict contents of direct eval in fieldsMartok2023-05-01
* Issue #2142 - Use JSOP_INITPROP for field initializersMartok2023-05-01
* Issue #2142 - Implement ASI for fieldsMartok2023-05-01
* Issue #2142 - Factor out PropertyName parsing from Parser::propertyName()Martok2023-05-01
* Issue #2142 - Handle fields in derived classesMartok2023-05-01
* Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE...Martok2023-05-01
* Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE...Martok2023-05-01
* Issue #2142 - Improve TokenPos handling in BCEMartok2023-05-01
* Issue #2142 - Implement syntax for public/private fields and computed field n...Martok2023-05-01
* Issue #2142 - Add internal option for fields, but always trueMartok2023-04-30
* Issue #2142 - Reduce calls to FindReservedWord when checking for forbidden id...Martok2023-04-30
* Merge pull request 'Use link-time optimization for Spidermonkey in Windows by...Moonchild2023-04-30
|\
| * Issue #1691 - Follow-up: Fix CallSelfHostedFunction deprot introduced by Part 4.Job Bautista2023-04-30
| * Issue #2221 - Enable link-time optimization for Spidermonkey by default if bu...Job Bautista2023-04-30
* | Issue #2142 - Ensure 'await' is always a restricted identifier when parsing m...Martok2023-04-30
* | Issue #2142 - Add predicate functions count_if and any_of to ListNode iteratorMartok2023-04-30
* | Issue #2142 - Change InitPropertyOperation to accept a PropertyName directy a...Martok2023-04-30
* | Issue #2142 - Extend newSuperCall for JSOP_SPREADSUPERCALLMartok2023-04-30
* | Issue #2142 - Fold BytecodeEmitter::checkTypeSet into BytecodeEmitter::emitCheckMartok2023-04-30
* | Issue #1691 - Follow-up: use error message with no arguments for bad import s...Martok2023-04-30
* | Issue #1285 - Follow-up: Correctly handle follow-up compilations of RegExp wi...Martok2023-04-30
* | Issue #1894 - Follow-up: Fix return value ordering in IonMonkey nullish coale...Martok2023-04-30
* | Issue #2173 - Follow-up: Use common ancestor of PNK_(OPT)DOT in ASTSerializer...Martok2023-04-30
* | Issue #2213 - Follow-up: Fix derieved Generator prototypes after previous changeMartok2023-04-30
|/
* Issue #1691 - Part 16: Dynamically imported modules can throw any value as an...Brian Smith2023-04-27
* Issue #1691 - Part 15: Make |new import()| a syntax error.Brian Smith2023-04-27
* Issue #1691 - Part 14: Fix a debug assert and memory leak.Brian Smith2023-04-27
* Issue #1691 - Part 13: Remove MUST_MATCH_TOKEN* macros in Parser.Brian Smith2023-04-27
* Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module i...Brian Smith2023-04-27
* Issue #1691 - Part 7f: Split up compile and execute so we can use ClassicScript.Brian Smith2023-04-27