public static bool TryClear(this SciterValue sciterValue)
 {
     return(sciterValue?.TryClearInternal() == true);
 }