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

Method CmdIsolate

deps/v8/tools/mb/mb.py:342–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

340 self.ParseArgs(['--help'])
341
342 def CmdIsolate(self):
343 vals = self.GetConfig()
344 if not vals:
345 return 1
346 return self.RunGNIsolate()
347
348 def CmdLookup(self):
349 vals = self.Lookup()

Callers

nothing calls this directly

Calls 2

GetConfigMethod · 0.95
RunGNIsolateMethod · 0.95

Tested by

no test coverage detected