MCPcopy Index your code
hub / github.com/totaljs/framework / wrapTryCatch

Function wrapTryCatch

internal.js:2052–2054  ·  view source on GitHub ↗
(value, command, line)

Source from the content-addressed store, hash-verified

2050}
2051
2052function wrapTryCatch(value, command, line) {
2053 return F.isDebug ? ('(function(){try{return ' + value + '}catch(e){throw new Error(unescape(\'' + escape(command) + '\') + \' - Line: ' + line + ' - \' + e.message.toString());}return $EMPTY})()') : value;
2054}
2055
2056function view_parse_plus(builder) {
2057 var c = builder[builder.length - 1];

Callers 1

view_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected