Skip to content

Commit

Permalink
Comment: as localObject
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jul 4, 2020
1 parent 5cc06c8 commit 7177213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/src/compartment-shim.js
Expand Up @@ -211,7 +211,7 @@ export class Compartment {
} = privateFields.get(this);
const realmRec = getCurrentRealmRec();

// TODO just pass globalLexicals as globalObject
// TODO just pass globalLexicals as localObject
// https://github.com/Agoric/SES-shim/issues/365
const localObject = create(null);
defineProperties(localObject, getOwnPropertyDescriptors(globalLexicals));
Expand Down

0 comments on commit 7177213

Please sign in to comment.