(value, command, line)
| 2050 | } |
| 2051 | |
| 2052 | function 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 | |
| 2056 | function view_parse_plus(builder) { |
| 2057 | var c = builder[builder.length - 1]; |