コード例 #1
0
ファイル: MFVec2d.java プロジェクト: Norkart/NK-VirtualGlobe
  static {
    propertyNames = new HashSet();
    propertyNames.add("length");

    functionNames = new HashSet();
    functionNames.add("toString");
    functionNames.add("equals");

    jsUndefined = Context.getUndefinedValue();
  }