Switch the LibJS test suite to use the native assert implementation surfaced inside the js repl when it's launched in test mode.
Address the FIXME in MathObject::max to handle an arbitrary number of arguments. Also adding a test case to verify the behavior of Math.max() while I'm here.