Commits
User selector
Commit History
Commits on Mar 3, 2021
Add JSModuleNamespaceObject::deletePropertyByIndex() method
Show description for 3df45d0committed
Commits on Dec 17, 2020
[JSC] Accept arbitrary module namespace identifier names
Show description for e7c8ad2committed
Commits on Sep 17, 2020
[JSC] Async generator default-export is not handled
Show description for 66e543acommitted[JSC] Update JSModuleNamespaceObject::defineOwnProperty
Show description for 4983a53committed
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993committed
Commits on Sep 5, 2019
[JSC] Make Promise implementation faster
Show description for 90a863acommitted
Commits on May 7, 2019
TemplateObject passed to template literal tags are not always identical for the same source location.
Show description for 9936a22committedUnreviewed, rolling out r244978.
Show description for c8da7bccommitted
Commits on May 6, 2019
TemplateObject passed to template literal tags are not always identical for the same source location.
Show description for 942d09fcommitted
Commits on Sep 8, 2018
[JSC] Remove loadModule function in jsc.cpp
Show description for 8dc4eadcommitted
Commits on Mar 6, 2018
[ARM] Disable tests that run out of memory
Show description for f320eb5authored andcommitted
Commits on Jan 24, 2018
Add more module scope related tests with code evaluation by string
Show description for 601f262committed
Commits on Nov 24, 2017
Move unsafe jsc shell test functions to the $vm object.
Show description for e47812fcommitted
Mark Lam
Commits on Oct 12, 2017
import.meta should not be assignable
Show description for 3c6437bcommitted
Commits on Oct 10, 2017
`async` should be able to be used as an imported binding name
Show description for 9c13615committed
Commits on Oct 9, 2017
Unreviewed, rolling out r223022.
Show description for 3bcb2decommitted
Commits on Oct 7, 2017
`async` should be able to be used as an imported binding name
Show description for 975467acommitted
Commits on Oct 5, 2017
[JSC] Introduce import.meta
Show description for 9f0cf38committed
Commits on Jun 3, 2017
ASSERTION FAILED: "We should only declare a function as a lexically scoped variable in scopes where var declarations aren't allowed. ..." for function redeclaration with async function module export
Show description for 544fb13committedES2015 modules - Export default function hoisting
Show description for b881502committed
Commits on May 26, 2017
Give ModuleProgram the same treatment that we did for ProgramCode in bug#167725
Show description for 4461afdcommitted
Commits on Feb 22, 2017
JSModuleNamespace object should have IC
Show description for 882c1dacommitted
Commits on Feb 21, 2017
Unreviewed, rolling out r212712.
Show description for 8066cf7committedJSModuleNamespace object should have IC
Show description for 2480120committedASSERTION FAILED: "!scope.exception()" with Object.isSealed/isFrozen and uninitialized module bindings
Show description for f0dd494committed
Commits on Feb 16, 2017
[JSC] Update module namespace object according to the latest ECMA262
Show description for ddee9d3committed
Commits on Jan 21, 2017
dynamic import is ambiguous with import declaration at module code
Show description for 000998dcommitted
Commits on Dec 10, 2016
[JSC] Module namespace object behaves like immutable prototype exotic object
Show description for 0bf28a1committed
Commits on Oct 21, 2016
[JSC] Drop isEnvironmentRecord type info flag and use JSType information instead
Show description for eda6c60committed
Commits on Aug 23, 2016
[ES6] Modules' `export default function/class` should be declaration
Show description for 67811e7committed
Commits on Aug 22, 2016
[ES6] Module should not allow HTML comments
Show description for d1ab230committed
Commits on Aug 8, 2016
[ES6] Module namespace object should not allow unset IC
Show description for 7ff2ec1committed
Commits on Aug 5, 2016
[ES6] JSModuleNamespaceObject's Symbol.iterator function should have name
Show description for ef8df8fcommitted
Commits on Aug 1, 2016
We should not keep the JavaScript tests inside the Source/JavaScriptCore/ directory.
Show description for 70e9d09committed
Loading