Commits
User selector
Commit History
Commits on Oct 8, 2020
Rearrange source location tests to be more manageable
Show description for fd6f5d6authored andcommitted
Replace cjsModuleOffset with segmentID
Show description for c57fde2authored andcommitted`${x}` is not always the same as x+""
Show description for 3e9dfecauthored andcommitted
Commits on Oct 7, 2020
Check for recursion in parseAssignmentExpression.
Show description for 6b1e799authored andcommittedAdd boolean shorthand field to Property node
Show description for 4b59e9bauthored andcommitted
Add boolean method field to Property node
Show description for 3e2d13dauthored andcommitted
Class property and method locations include static keyword
Show description for f2517beauthored andcommitted
Exported TypeAlias's location does not include export keyword
Show description for d522a92authored andcommitted
ImportDefaultSpecifier location does not include type or typeof keyword
Show description for 7e99ca1authored andcommitted
TypeCastExpression location does not include opening paren
Show description for 626239aauthored andcommitted
Allow Domain to register the same CJS module from multiple RuntimeModules
Show description for 701b9ddauthored andcommittedJSXEmptyExpression location does not include parent's curly braces
Show description for fdac64fauthored andcommitted
JSXExpressionContainer and JSXSpreadAttribute locations contain closing brace
Show description for 1e15175authored andcommitted
Object pattern property source location includes entire computed key
Show description for 614a013authored andcommitted
Print -0 explicitly to make it obvious
Show description for c1fcfbdauthored andcommittedFix Map/Set not normalize zero keys
Show description for c25a9aaauthored andcommitted
Commits on Oct 5, 2020
Fix missing source location for type aliases without closing semicolon
Show description for 30d3f18authored andcommitted
Fix missing source location for import specifiers
Show description for 94f11ddauthored andcommitted
Correctly parse multi-element optional chains directly following a call
Show description for b61f164authored andcommitted
in putComputedWithReceiver_RJS, don't reuse descriptor for receiver
Show description for dd4eb38authored andcommitted
Commits on Oct 2, 2020
Check recursion in JSParserImpl::parseBindingElement
Show description for 551de84authored andcommittedAvoid IteratorBegin fast path for proxies.
Show description for 112abcbauthored andcommittedDon't check the for-in cache for non-cacheable objects.
Show description for 83dfb44authored andcommittedProxy functions need their own GCScopes
Show description for bb26edeauthored andcommitted
Commits on Oct 1, 2020
Fix CVE-2020-1914 by using NEXTINST for SaveGeneratorLong
Show description for b2021dfauthored andcommitted
don't truncate Unicode in parseIntWithRadix()
Show description for 9caeabcauthored andcommitted
Commits on Sep 30, 2020
In ordinaryHasInstance, detect infinite prototype chains including Proxies
Show description for 5d08b6eauthored andcommitted
Commits on Sep 26, 2020
Make createDynamicFunction use NewTarget.prototype for Function parent
Show description for addd6b8authored andcommittedDon't pass numeric form keys to JSProxy functions
Show description for 2f07b10authored andcommittedDon't assert on the prototype argument to Proxy::create, which is ignored.
Show description for ba8c4f6authored andcommittedCheck for deeply or infinitely nested Proxies
Show description for 4108bf9authored andcommittedHandle set where internalSetter and Proxy are both true
Show description for 8cb935cauthored andcommittedAvoid an assert when defining a prop on a Proxy array target
Show description for 2201966authored andcommitted
Commits on Sep 25, 2020
Remove astral character assert in U16MatchCharICase32Insn
Show description for c04d69eauthored andcommitted
Commits on Sep 24, 2020
Fix parsing yield without argument.
Show description for d3323b0authored andcommitted