public void SetObject(IntPtr isolate, IntPtr holder, int classID, IntPtr self)
 {
     PuertsDLL.PushObjectForJSFunction(holder, classID, self);
 }