コード例 #1
0
 public DuktapeContext(DuktapeVM vm, IntPtr ctx)
 {
     this._vm  = vm;
     this._ctx = ctx;
     DuktapeVM.addContext(this);
 }