diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-31 14:45:56 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-31 14:45:56 +0000 |
commit | 685dafd7759e99afd09baa71dbe42f00543e28dc (patch) | |
tree | 9e2c25b041c2578c0ddac1ff13455cda327017aa /js/src/vm | |
parent | 1271dbeaf373d8f32bb8c0bac1555d8019fd0895 (diff) | |
download | uxp-685dafd7759e99afd09baa71dbe42f00543e28dc.tar.gz |
Issue #1756 - Expose NumberFormat.formatToParts() to content.
Diffstat (limited to 'js/src/vm')
-rw-r--r-- | js/src/vm/CommonPropertyNames.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/vm/CommonPropertyNames.h b/js/src/vm/CommonPropertyNames.h index ed75802b1b..7df7563b5b 100644 --- a/js/src/vm/CommonPropertyNames.h +++ b/js/src/vm/CommonPropertyNames.h @@ -142,7 +142,6 @@ macro(forceInterpreter, forceInterpreter, "forceInterpreter") \ macro(forEach, forEach, "forEach") \ macro(format, format, "format") \ - macro(formatToParts, formatToParts, "formatToParts") \ macro(fraction, fraction, "fraction") \ macro(frame, frame, "frame") \ macro(from, from, "from") \ @@ -253,7 +252,6 @@ macro(notes, notes, "notes") \ macro(NumberFormat, NumberFormat, "NumberFormat") \ macro(NumberFormatFormatGet, NumberFormatFormatGet, "Intl_NumberFormat_format_get") \ - macro(NumberFormatFormatToParts, NumberFormatFormatToParts, "Intl_NumberFormat_formatToParts") \ macro(numeric, numeric, "numeric") \ macro(objectArguments, objectArguments, "[object Arguments]") \ macro(objectArray, objectArray, "[object Array]") \ |