We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3545bfd commit d5642fbCopy full SHA for d5642fb
packages/ses/src/eval-scope.js
@@ -27,9 +27,9 @@ const { Fail } = assert;
27
// prepareStack(depth, () => {
28
// (eval)('');
29
// });
30
-// const unsafe-eval = (eval);
31
-// const safe-eval = (eval);
32
-// const realGlobal = unsafe-eval('globalThis');
+// const unsafeEval = (eval);
+// const safeEval = (eval);
+// const realGlobal = unsafeEval('globalThis');
33
//
34
// To protect against that case, we also delete `eval` from the `evalScope` in
35
// a `finally` block surrounding the call to the safe evaluator.
0 commit comments