You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/quickjs.texi
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -286,8 +286,6 @@ ECMA402 (Internationalization API) is not supported.
286
286
287
287
@itemize
288
288
289
-
@item The directive @code{"usestrip"} indicates that the debug information (including the source code of the functions) should not be retained to save memory. As @code{"usestrict"}, the directive can be global to a script or local to a function.
290
-
291
289
@item The first line of a script beginning with @code{#!} is ignored.
292
290
293
291
@end itemize
@@ -305,10 +303,6 @@ standard Javascript. See @code{jsbignum.pdf} for more information.
305
303
306
304
@item Operator overloading.
307
305
308
-
@item The directive @code{"usebigint"} enables the bigint mode where integers are @code{BigInt} by default.
309
-
310
-
@item The directive @code{"usemath"} enables the math mode where the division and power operators on integers produce fractions. Floating point literals are @code{BigFloat} by default and integers are @code{BigInt} by default.
0 commit comments