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

Function get_y

deps/v8/test/mjsunit/strict-mode-implicit-receiver.js:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30var y = 3;
31
32function get_y() { return this.y; }
33function strict_get_y() { "use strict"; return this.y; }
34
35// Test calls to strict mode function as methods.

Callers 1

local_function_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected