facebookarchive/prepack

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

Open

#1.005 aberto em 27 de set. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (520 forks)batch import
abstracthelp wantedinterpreterserializertest needed

Métricas do repositório

Stars
 (14.268 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador