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

Method ensure_vars

deps/v8/tools/testrunner/build_config.py:52–55  ·  view source on GitHub ↗
(self, build_vars)

Source from the content-addressed store, hash-verified

50 yield key, getattr(self, key)
51
52 def ensure_vars(self, build_vars):
53 for var in build_vars:
54 if var not in self.keys:
55 raise Exception(INITIALIZATION_ERROR % var)
56
57 def timeout_scalefactor(self, initial_factor):
58 """Increases timeout for slow build configurations."""

Callers 1

_load_build_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected