func (val_ *Value) IsNativeError() bool { return val_.hasJsType(isNativeError, func(self unsafe.Pointer) bool { return C.V8_Value_IsNativeError(self) == 1 }) }
func (v *Value) IsNativeError() bool { return v.checkJsType(isNativeError, func(self unsafe.Pointer) bool { return C.V8_Value_IsNativeError(self) == 1 }) }