MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / getThis

Function getThis

ses.cjs:304–306  ·  view source on GitHub ↗

getThis returns globalThis in sloppy mode or undefined in strict mode.

()

Source from the content-addressed store, hash-verified

302
303/** getThis returns globalThis in sloppy mode or undefined in strict mode. */
304function getThis() {
305 return this;
306 }
307
308if( getThis()) {
309 // See https://github.com/endojs/endo/blob/master/packages/ses/error-codes/SES_NO_SLOPPY.md

Callers 1

ses.cjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected