Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ func
Function
func
deps/v8/test/webkit/for-in-var-scope.js:34–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
var
j =
"start j"
;
33
34
function
func() {
35
var
object =
new
Object;
36
object.propName =
"propValue"
;
37
for
(
var
i in object) { j = i; }
38
}
39
func();
40
41
shouldBe(
"i"
,
"'start i'"
);
Callers
6
for-in-var-scope.js
File · 0.70
callAfterRecursingForDepth
Function · 0.70
test
Function · 0.70
assert_throws
Function · 0.50
promise_setup
Function · 0.50
testharness.js
File · 0.50
Calls
no outgoing calls
Tested by
1
test
Function · 0.56