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

Method ReadBuildConfig

deps/v8/tools/run_perf.py:849–854  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

847
848 @staticmethod
849 def ReadBuildConfig(args):
850 config_path = os.path.join(args.shell_dir, 'v8_build_config.json')
851 if not os.path.isfile(config_path):
852 return {}
853 with open(config_path) as f:
854 return hjson.load(f)
855
856 @staticmethod
857 def GetPlatform(args):

Callers 1

GetPlatformMethod · 0.80

Calls 3

openFunction · 0.50
joinMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected