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

Function makeFunction

static/vuejs/vue.js:8953–8960  ·  view source on GitHub ↗
(code, errors)

Source from the content-addressed store, hash-verified

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

Callers 1

compileToFunctionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected