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

Method check

deps/v8/test/js-perf-test/ClassFields/classes.js:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 a = i+5;
25
26 check() {
27 return this.x + 1 === this.y && this.y + 1 === this.z &&
28 this.z + 1 === this.q && this.q + 1 === this.r &&
29 this.r + 1 === this.a;
30 }
31 };
32}
33

Callers 2

tearDownFunction · 0.45
tearDownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected