MCPcopy Index your code
hub / github.com/nodejs/node / TestStrict

Function TestStrict

deps/v8/test/debugger/debug/debug-receiver.js:78–81  ·  view source on GitHub ↗
(receiver)

Source from the content-addressed store, hash-verified

76// converted to object for strict mode functions.
77function Strict() { "use strict"; debugger; }
78function TestStrict(receiver) {
79 expected_receiver = receiver;
80 Strict.call(receiver);
81}
82
83listener_delegate = function(exec_state) {
84 var receiver = exec_state.frame().receiver();

Callers 1

debug-receiver.jsFile · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…