MCPcopy Index your code
hub / github.com/nodejs/node / expr

Function expr

deps/v8/tools/compare-table-gen.js:34–36  ·  view source on GitHub ↗
(infix, a, cmp, b)

Source from the content-addressed store, hash-verified

32}
33
34function expr(infix, a, cmp, b) {
35 return infix ? a + " " + cmp + " " + b : cmp + "(" + a + ", " + b + ")";
36}
37
38function SpecialToString(x) {
39 if ((1 / x) == -Infinity) return "-0";

Callers 1

genFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…