From c2f28dbda565b38afad7fab72e33fa4f69c63259 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Thu, 25 Jul 2024 10:23:51 +0200 Subject: [PATCH] Add comment about why "skip global checks" is turned on --- intl.emu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intl.emu b/intl.emu index 49537956..1908c90d 100644 --- a/intl.emu +++ b/intl.emu @@ -46,8 +46,8 @@ ): either a normal completion containing an Intl mathematical value or a throw completion
-
skip global checks
-
true
+
skip global checks
+
true
description
It returns _value_ converted to an Intl mathematical value, which is either a mathematical value a finite Decimal128 value, or one of ~positive-infinity~, ~negative-infinity~, ~not-a-number~, and ~negative-zero~.