Lines Matching refs:js
8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin
10 ./compile.sh asm.js
11 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/pathkit.js
12 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem
38 npx karma start ./karma.conf.js --single-run
39 ASM_JS=1 npx karma start ./karma.conf.js --single-run
44 npx karma start ./karma.conf.js --no-single-run --watch-poll
49 ASM_JS=1 npx karma start ./karma.conf.js --no-single-run --watch-poll
61 cp ../../out/dockerbuild/pathkit.js ./npm-wasm/bin/test/pathkit.js
65 gcr.io/skia-public/emsdk-release:1.38.16_v1 /SRC/infra/pathkit/build_pathkit.sh asm.js
66 cp ../../out/dockerbuild/pathkit.js ./npm-asmjs/bin/test/pathkit.js
67 cp ../../out/dockerbuild/pathkit.js.mem ./npm-asmjs/bin/test/pathkit.js.mem
70 karma start /SRC/modules/pathkit/karma.conf.js --single-run
72 karma start /SRC/modules/pathkit/karma.conf.js --single-run
77 karma start /SRC/modules/pathkit/karma.conf.js --no-single-run
82 karma start /SRC/modules/pathkit/karma.conf.js --no-single-run
90 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin/test/pathkit.js
92 ./compile.sh asm.js test
93 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/test/pathkit.js
94 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/test/pathkit.js.mem
102 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin/debug/pathkit.js
105 ./compile.sh asm.js debug
106 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/debug/pathkit.js
107 cp ../../out/pathkit/pathkit.js.map ./npm-asmjs/bin/debug/pathkit.js.map