Lines Matching refs:post
13 build environments. e.g. the files `post-js-*.js` are for use with
14 Emscripten's `--post-js` feature, and nowhere else.
99 `sqlite3-api.js`, which is everything except for the `post-js-*.js`
101 output and includes the `post-js-*.js` parts, as well as the
122 - `post-js-header.js`\
123 Emscripten-specific header for the `--post-js` input. It opens up
124 a lexical scope by starting a post-run handler for Emscripten.
125 - `post-js-footer.js`\
126 Emscripten-specific footer for the `--post-js` input. This closes
127 off the lexical scope opened by `post-js-header.js`.
128 - `extern-post-js.js`\
129 Emscripten-specific header for Emscripten's `--extern-post-js`