Switch the LibJS test suite to use the native assert implementation surfaced inside the js repl when it's launched in test mode.
This adds: - A global Date object (with `length` property and `now` function) - The Date constructor (no arguments yet) - The Date prototype (with `get*` functions)