Skip to content

src: add `globalThis`

Rodrigo Muino Tomonari requested to merge github/fork/ljharb/globalThis into master

Per https://github.com/tc39/proposal-global, the global value globalThis should be configurable, writable, and non-enumerable, and be the global object.

I assume this PR is semver-minor.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

This PR replaces #10405.

Merge request reports

Loading