Implement global globalThis
property
#120
Labels
builtins
PRs and Issues related to builtins/intrinsics
E-Easy
Easy
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
ECMASCript feature
We can add this by adding a new module like
NaN
https://github.com/boa-dev/boa/tree/master/boa/src/builtins/nan and then adding it to the builtininit
function inbuiltins/mod.rs
the value it should contain should beglobal.clone()
(this is the value passed to init function)More information
- ECMAScript reference
- MDN
The text was updated successfully, but these errors were encountered: