Skip to content

Commit

Permalink
Remove remaining async parts
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Dec 19, 2023
1 parent 3830b0c commit d5356d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ses.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7690,6 +7690,7 @@ function tameErrorConstructor(






const { Fail, details: d, quote: q}= assert;
Expand Down Expand Up @@ -9365,14 +9366,9 @@ const getAnonymousIntrinsics= ()=> {

// 25.7.1 The AsyncFunction Constructor

// eslint-disable-next-line no-empty-function
async function AsyncFunctionInstance() { }
const AsyncFunction= getConstructorOf(AsyncFunctionInstance);

const intrinsics= {
'%InertFunction%': InertFunction,
'%ArrayIteratorPrototype%': ArrayIteratorPrototype,
'%InertAsyncFunction%': AsyncFunction,
'%Generator%': Generator,
'%InertGeneratorFunction%': GeneratorFunction,
'%IteratorPrototype%': IteratorPrototype,
Expand Down

0 comments on commit d5356d7

Please sign in to comment.