MCPcopy Create free account
hub / github.com/TruthHun/BookStack / makeFunction

Function makeFunction

static/vuejs/vue.common.js:8959–8966  ·  view source on GitHub ↗
(code, errors)

Source from the content-addressed store, hash-verified

8957}
8958
8959function makeFunction (code, errors) {
8960 try {
8961 return new Function(code)
8962 } catch (err) {
8963 errors.push({ err: err, code: code });
8964 return noop
8965 }
8966}
8967
8968function createCompiler (baseOptions) {
8969 var functionCompileCache = Object.create(null);

Callers 1

compileToFunctionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected