Skip to content

Commit ea3441a

Browse files
Expose num_to_roughnum from runtime
1 parent d2f333d commit ea3441a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/base/runtime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5912,6 +5912,7 @@ function (Namespace, jsnums, codePoint, util, exnStackParser, loader, seedrandom
59125912
'num_to_string': num_tostring,
59135913
'num_tostring_digits': num_tostring_digits,
59145914
'num_to_fixnum': num_to_fixnum,
5915+
'num_to_roughnum': num_to_roughnum,
59155916

59165917
'string_contains': string_contains,
59175918
'string_append': string_append,

0 commit comments

Comments
 (0)