Ejemplo n.º 1
0
 // 在主线程回调
 private void OnParentDestroy(ScriptRuntime parent)
 {
     if (!_self.IsUndefined())
     {
         _parentRuntime.FreeValue(_self);
         _self = JSApi.JS_UNDEFINED;
     }
     _runtime.Shutdown();
 }
Ejemplo n.º 2
0
 public void FreeValue(JSValue value)
 {
     _runtime.FreeValue(value);
 }