lvm.js

changeset 83
0e6b19731508
parent 82
72fe2316bd67
child 85
25470393fe74
equal deleted inserted replaced
82:72fe2316bd67 83:0e6b19731508
623 table.setMetatable(metatable); 623 table.setMetatable(metatable);
624 return [table]; 624 return [table];
625 }, 625 },
626 type: function (o) 626 type: function (o)
627 { 627 {
628 return [o.type]; 628 return [this.LValue(o.type)];
629 } 629 }
630 }; 630 };
631 631
632 for(var name in baselib) 632 for(var name in baselib)
633 { 633 {

mercurial