MCPcopy Create free account
hub / github.com/nodejs/node / f

Function f

deps/v8/test/mjsunit/this.js:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28function f() { return this; }
29
30assertFalse(this == null); // the global object shouldn't be null or undefined
31assertEquals('[object global]', String(this));

Callers 1

this.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected