Search code examples
daterandomnode.jsinternal

Where can I find the complete properties / functions list of all internal object for Node.js?


I read their API, however, there is nothing about Date object, or how to generate a simple random number (e.g. Math.random() ). Those internal objects are different from the client side javascript ones. so where can I find out ? Thank.s


Solution

  • Those internal objects are the same as the objects that run in google chrome. They're provided by the v8 engine.