MCPcopy Create free account
hub / github.com/nodejs/node / test

Function test

deps/v8/test/mjsunit/compiler/regress-3249650.js:40–50  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

38
39
40function test(x) {
41 f0(x);
42 f1(x);
43 f2(x);
44 f3(x);
45 x.a.b == "";
46 object.f("A").b = true;
47 object.f("B").a = "";
48 object.f("C").c.display = "A";
49 object.f("D").c.display = "A";
50}
51
52var x = {a: {b: "" }};
53for (var i = 0; i < 20000; i++) test(x);

Callers 1

regress-3249650.jsFile · 0.70

Calls 5

f0Function · 0.70
f1Function · 0.70
f2Function · 0.70
f3Function · 0.70
fMethod · 0.45

Tested by

no test coverage detected