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

Function BuildOptions

deps/v8/tools/generate-builtins-tests.py:128–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127
128def BuildOptions():
129 result = optparse.OptionParser()
130 result.add_option("--d8", help="d8 binary to use",
131 default="out/ia32.release/d8")
132 result.add_option("--outdir", help="directory where to place generated tests",
133 default="test/mjsunit/builtins-gen")
134 result.add_option("--script", help="builtins detector script to run in d8",
135 default="tools/detect-builtins.js")
136 return result
137
138
139def Main():

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…