diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-15 11:50:14 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-15 11:51:11 +0200 |
commit | 9146af09bced055fa812d4f240cf80b7ee5813d1 (patch) | |
tree | c511e5060d170f181c10155c0a5a3583fe66b756 /js/src/shell/js.cpp | |
parent | 60a59bc4d5bb837b3d710a242979a79124c8e0f7 (diff) | |
parent | 54b64d9f9fe60352a779c4beb0190d25dbb299a4 (diff) | |
download | aura-central-9146af09bced055fa812d4f240cf80b7ee5813d1.tar.gz |
Merge branch 'html_input_datetime_1'
This is almost everything needed for %162.
Diffstat (limited to 'js/src/shell/js.cpp')
-rw-r--r-- | js/src/shell/js.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/shell/js.cpp b/js/src/shell/js.cpp index cc68c90d5..8d69ca942 100644 --- a/js/src/shell/js.cpp +++ b/js/src/shell/js.cpp @@ -906,6 +906,7 @@ AddIntlExtras(JSContext* cx, unsigned argc, Value* vp) static const JSFunctionSpec funcs[] = { JS_SELF_HOSTED_FN("getCalendarInfo", "Intl_getCalendarInfo", 1, 0), + JS_SELF_HOSTED_FN("getDisplayNames", "Intl_getDisplayNames", 2, 0), JS_FS_END }; |