Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
function
f() {
return
this; }
29
30
assertFalse(this == null);
// the global object shouldn't be null or undefined
31
assertEquals(
'[object global]'
, String(this));
Callers
1
this.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected