MCPcopy 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
7function test(f) {
8 %PrepareFunctionForOptimization(f);
9 f();
10 f();
11 %OptimizeFunctionOnNextCall(f);
12 f();
13}
14
15test(function TestSetIterator() {
16 var s = new Set;

Callers 1

Calls 1

fFunction · 0.70

Tested by

no test coverage detected