SYMBOL INDEX (28 symbols across 8 files) FILE: benchmark/bench-ejs.js function fill (line 97) | function fill(s, l) { s=String(s); return s + sp.slice(0,l-s.length); } function fillR (line 98) | function fillR(s, l) { s=String(s); return sp.slice(0,l-s.length)+s; } function log (line 100) | function log(name, runTimes, totalLoops) { function benchRender (line 114) | function benchRender(name, file, data, opts, benchOpts) { function benchCompile (line 135) | function benchCompile(name, file, opts, benchOpts) { FILE: bin/cli.js function die (line 30) | function die(msg) { constant CLI_OPTS (line 39) | const CLI_OPTS = [ function run (line 128) | function run() { FILE: examples/express/app.js function compileEjsTemplate (line 9) | function compileEjsTemplate(name, template) { FILE: jakefile.js constant BUILT_EJS_FILES (line 10) | const BUILT_EJS_FILES = [ FILE: lib/esm/ejs.js constant DECLARATION_KEYWORD (line 51) | const DECLARATION_KEYWORD = 'let'; function resolvePaths (line 139) | function resolvePaths(name, paths) { function getIncludePath (line 156) | function getIncludePath(path, options) { function handleCache (line 209) | function handleCache(options, template) { function tryHandleCache (line 253) | function tryHandleCache(options, data, cb) { function fileLoader (line 291) | function fileLoader(filePath){ function includeFile (line 307) | function includeFile(path, options) { function rethrow (line 338) | function rethrow(err, str, flnm, lineno, esc) { function stripSemi (line 362) | function stripSemi(str){ function Template (line 503) | function Template(text, optsParam) { FILE: lib/esm/utils.js function encode_char (line 59) | function encode_char(c) { function escapeXMLToString (line 102) | function escapeXMLToString() { FILE: test/cli.js function run (line 8) | function run(cmd) { FILE: test/ejs.js function hook_stdio (line 25) | function hook_stdio(stream, callback) { function fixture (line 43) | function fixture(name) { function checkResult (line 337) | function checkResult(html) { function checkNoPromise (line 342) | function checkNoPromise() { function noop (line 1090) | function noop () {}