lvm.js

changeset 87
07d19518e89a
parent 86
97678a1565d4
child 88
350a87c42b9b
equal deleted inserted replaced
86:97678a1565d4 87:07d19518e89a
627 return [table]; 627 return [table];
628 }, 628 },
629 type: function (o) 629 type: function (o)
630 { 630 {
631 return [this.LValue(o.type)]; 631 return [this.LValue(o.type)];
632 },
633 assert: function (expr, message)
634 {
635 if(!expr.truth())
636 throw message;
637 return [expr];
632 } 638 }
633 }; 639 };
634 640
635 for(var name in baselib) 641 for(var name in baselib)
636 { 642 {

mercurial