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

Function strict_get_y

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

Source from the content-addressed store, hash-verified

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.
36for (var i = 0; i < 10; i++) assertEquals(3, strict_get_y.call(this));

Callers 3

gFunction · 0.85
local_function_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected