Skip to content

Commit

Permalink
refactor(ses): document Static Hermes bug fix in permits
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Oct 16, 2024
1 parent 799e02e commit d9f7de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ses/src/permits.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export const FunctionInstance = {
// Do not specify "prototype" here, since only Function instances that can
// be used as a constructor have a prototype property. For constructors,
// since prototype properties are instance-specific, we define it there.
// The exception to this is Hermes, fixed since in Static Hermes.
};

// AsyncFunction Instances
Expand Down

0 comments on commit d9f7de1

Please sign in to comment.