Home
last modified time | relevance | path

Searched refs:out_wasm_file (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/tools/wasm-compilation-hints/
H A Dinject-compilation-hints.py33 out_wasm_file = args.out_wasm_file if args.out_wasm_file else sys.stdout.fileno() variable
36 with io.open(out_wasm_file, "wb") as fout:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/wasm-compilation-hints/
H A Dinject-compilation-hints.py33 out_wasm_file = args.out_wasm_file if args.out_wasm_file else sys.stdout.fileno() variable
36 with io.open(out_wasm_file, "wb") as fout:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/wasm-compilation-hints/
H A Dinject-compilation-hints.py33 out_wasm_file = args.out_wasm_file if args.out_wasm_file else sys.stdout.fileno() variable
36 with io.open(out_wasm_file, "wb") as fout: