コード例 #1
0
ファイル: JSNumber.java プロジェクト: bheller84/babble
 public static Cons getCons() {
   return (Cons) (Scope.getThreadLocalFunction("Number", new Cons()));
 }