facebookarchive/prepack

Implement Date.prototype.toLocaleDateString/toLocaleString/toLocaleTimeString/toDateString

Open

#1,005 opened on Sep 27, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (14,268 stars) (520 forks)batch import
abstracthelp wantedinterpreterserializertest needed

Description

When running in abstract interpreter mode these calls should produce abstract strings to serialize to runtime calls.

When running in interpreter mode, just defer to the implementations of these functions in the JS engine running Prepack.

Contributor guide