Searched defs:firstLineError (Results 1 – 4 of 4) sorted by relevance
2 var firstLineError; variable
690 function setBounds(firstLineError, lastLineError) { argument
33 try {throw new Error(); } catch (e) {firstLineError = e;} property
55 try {throw new Error(); } catch (e) {firstLineError = e;} property