Esempio n. 1
0
 /**
  * finishInit
  *
  * @param scope
  * @param constructor
  * @param prototype
  */
 public static void finishInit(
     Scriptable scope, FunctionObject constructor, Scriptable prototype) {
   constructor.defineProperty("separator", java.io.File.separator, READONLY | PERMANENT);
 }