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

Method build

deps/v8/tools/dev/gm.py:616–624  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

614 return template % "\n".join(arch_specific)
615
616 def build(self):
617 path = self.path
618 args_gn = path / "args.gn"
619 if not path.exists():
620 print(f"# mkdir -p {path}")
621 path.mkdir(parents=True)
622 if not args_gn.exists():
623 _write(args_gn, self.get_gn_args())
624 return super().build()
625
626 def run_tests(self):
627 host_arch = _get_machine()

Callers

nothing calls this directly

Calls 6

get_gn_argsMethod · 0.95
_writeFunction · 0.70
printFunction · 0.50
existsMethod · 0.45
mkdirMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected