File: eval.js

package info (click to toggle)
vimperator 2.3.1-0%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,700 kB
  • ctags: 68
  • sloc: xml: 7,109; makefile: 32
file content (14 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
try { __liberator_eval_result = eval(__liberator_eval_string);
}
catch (e) {
    __liberator_eval_error = e;
}
// IMPORTANT: The eval statement *must* remain on the first line
// in order for line numbering in any errors to remain correct.

// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.

// vim: set fdm=marker sw=4 ts=4 et: