コード例 #1
0
ファイル: RhinoEngine.java プロジェクト: oberhamsi/ringojs
 /**
  * Get the list of errors encountered by the main worker.
  *
  * @return a list of errors, may be null.
  */
 public List<ScriptError> getMainErrors() {
   return mainWorker.getErrors();
 }