[][src]Module boa::builtins::global_this

This module implements the global globalThis property.

The global globalThis property contains the global this value, which is akin to the global object.

More information: