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

Method _Error

deps/v8/tools/run-wasm-api-tests.py:91–96  ·  view source on GitHub ↗
(self, step, lang, compiler, code)

Source from the content-addressed store, hash-verified

89 shutil.copyfile(src_wasm_file, dst_wasm_file)
90
91 def _Error(self, step, lang, compiler, code):
92 print("Error: %s failed. To repro: tools/run-wasm-api-tests.py "
93 "%s %s %s %s %s" %
94 (step, self.outdir, self.tempdir, self.name, lang,
95 compiler["name"].lower()))
96 return code
97
98 def CompileAndRun(self, compiler, language):
99 print("==== %s %s/%s ====" %

Callers 1

CompileAndRunMethod · 0.95

Calls 1

printFunction · 0.70

Tested by

no test coverage detected