Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test
Function
test
deps/v8/test/mjsunit/es6/collection-iterator.js:7–13 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
5
// Flags: --allow-natives-syntax
6
7
function
test(f) {
8
%PrepareFunctionForOptimization(f);
9
f();
10
f();
11
%OptimizeFunctionOnNextCall(f);
12
f();
13
}
14
15
test(
function
TestSetIterator() {
16
var
s =
new
Set;
Callers
1
collection-iterator.js
File · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected