Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
var
y = 3;
31
32
function
get_y() {
return
this.y; }
33
function
strict_get_y() {
"use strict"
;
return
this.y; }
34
35
// Test calls to strict mode function as methods.
Callers
1
local_function_test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected