Example #1
0
 public JsObject AddDef(string name, JsObject obj)
 {
     scope.AddDef(name, obj);
     return(obj);
 }