Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable() %!s(int64=5) %!d(string=hai) anos
  Linus Groh 3b21c4aa56 LibJS: Add console.trace() %!s(int64=5) %!d(string=hai) anos
  Linus Groh eece424694 LibJS: Make Function and CallFrame aware of their function name %!s(int64=5) %!d(string=hai) anos
  Andreas Kling cb0dfd8f72 LibJS: Use enumerator macros for boilerplate code around native types %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 58ab76269c LibJS: Add all the Error subclasses %!s(int64=5) %!d(string=hai) anos
  Emanuele Torre 38dfd04633 LibJS: rename JS::DeclarationType => JS::DeclarationKind %!s(int64=5) %!d(string=hai) anos
  Andreas Kling f07f8d5a44 LibJS: Add "constructor" property to constructor prototypes %!s(int64=5) %!d(string=hai) anos
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 5495f06af5 LibJS: Give argument vectors an inline capacity of 8 %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling e3b92caa6d LibJS: Make "break" actually work inside "switch" %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 2db8716a6f LibJS: Don't return the "last computed value" from Interpreter::run() %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 3a026a1ede LibJS: Add NumberObject and make to_object() on number values create it %!s(int64=5) %!d(string=hai) anos
  Linus Groh 2944039d6b LibJS: Add Function() and Function.prototype %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 5e6e1fd482 LibJS: Start implementing object shapes %!s(int64=5) %!d(string=hai) anos
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 9d5d0261e1 LibJS: Add Interpreter::create<GlobalObjectType>() %!s(int64=5) %!d(string=hai) anos
  Andreas Kling d062d7baa7 LibWeb+LibJS: Move DOM Window object to dedicated classes %!s(int64=5) %!d(string=hai) anos
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 2285f84596 LibJS: Implement basic execution of "switch" statements %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 62d5f79388 LibJS+LibWeb: Function calls should always go through Interpreter %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value %!s(int64=5) %!d(string=hai) anos
  Andreas Kling c60dc84a33 LibJS: Allow function calls with missing arguments %!s(int64=5) %!d(string=hai) anos
  Andreas Kling faddf3a1db LibJS: Implement "throw" %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 343e224aa8 LibJS: Implement basic exception throwing %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 494df52961 LibJS: Actually leave the current function scope on "return" %!s(int64=5) %!d(string=hai) anos
  Andreas Kling fbb9e1b715 LibJS: Implement "else" parsing %!s(int64=5) %!d(string=hai) anos
  Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers %!s(int64=5) %!d(string=hai) anos
  Andreas Kling bceabd7c4b LibJS: Add ArrayPrototype and implement Array.prototype.push() %!s(int64=5) %!d(string=hai) anos
  Andreas Kling e96ef450f6 LibJS: Add Interpreter::call(Function*, this_value, arguments) %!s(int64=5) %!d(string=hai) anos