Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ runWithThis
Function
runWithThis
test/cases/parsing/issue-2084/index.js:1–3 ·
view source on GitHub ↗
(obj, fn)
Source
from the content-addressed store, hash-verified
1
function
runWithThis(obj, fn) {
2
fn.call(obj);
3
}
4
5
it(
"should bind this context on require callback"
,
function
(done) {
6
require(
"./file"
);
Callers
1
index.js
File · 0.85
Calls
1
call
Method · 0.45
Tested by
no test coverage detected