Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor hace 5 años
  Linus Groh dd7796515f LibJS: Add console.{debug,info,warn,error}() hace 5 años
  Linus Groh 3b21c4aa56 LibJS: Add console.trace() hace 5 años
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter hace 5 años
  Andreas Kling 56936b97d0 LibJS+LibWeb: Move native JS functions into dedicated member functions hace 5 años
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value hace 5 años
  Andreas Kling a94a150df0 LibJS: Remove unnecessary space character at the end of console.log() hace 5 años
  Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers hace 5 años
  Andreas Kling 218f082226 LibJS: Print a newline in each console.log() hace 5 años
  Andreas Kling 0a71533aff LibJS: Pass argument value vectors as const Vector<Value>& hace 5 años
  Andreas Kling 086f68e878 LibJS: Replace the global print() function with console.log() :^) hace 5 años