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

Function makeFunction

static/vuejs/vue.esm.js:8957–8964  ·  view source on GitHub ↗
(code, errors)

Source from the content-addressed store, hash-verified

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

Callers 1

compileToFunctionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected