История коммитов

Автор SHA1 Сообщение Дата
  Linus Groh 2944039d6b LibJS: Add Function() and Function.prototype 5 лет назад
  Andreas Kling 5e6e1fd482 LibJS: Start implementing object shapes 5 лет назад
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter 5 лет назад
  Andreas Kling 9d5d0261e1 LibJS: Add Interpreter::create<GlobalObjectType>() 5 лет назад
  Andreas Kling d062d7baa7 LibWeb+LibJS: Move DOM Window object to dedicated classes 5 лет назад
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) 5 лет назад
  Andreas Kling 2285f84596 LibJS: Implement basic execution of "switch" statements 5 лет назад
  Andreas Kling 62d5f79388 LibJS+LibWeb: Function calls should always go through Interpreter 5 лет назад
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value 5 лет назад
  Andreas Kling c60dc84a33 LibJS: Allow function calls with missing arguments 5 лет назад
  Andreas Kling faddf3a1db LibJS: Implement "throw" 5 лет назад
  Andreas Kling 343e224aa8 LibJS: Implement basic exception throwing 5 лет назад
  Andreas Kling 494df52961 LibJS: Actually leave the current function scope on "return" 5 лет назад
  Andreas Kling fbb9e1b715 LibJS: Implement "else" parsing 5 лет назад
  Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers 5 лет назад
  Andreas Kling bceabd7c4b LibJS: Add ArrayPrototype and implement Array.prototype.push() 5 лет назад
  Andreas Kling e96ef450f6 LibJS: Add Interpreter::call(Function*, this_value, arguments) 5 лет назад
  Andreas Kling ddd69e3660 LibJS: Make the AST reference-counted 5 лет назад
  Andreas Kling bf9912cc59 LibJS: Protect function call "this" and arguments from GC 5 лет назад
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories 5 лет назад
  0xtechnobabble 7aad10d984 LibJS: Fix assignment of const variable on declaration 5 лет назад
  Andreas Kling 23b1d97b0d LibJS: Add ObjectPrototype and implement hasOwnProperty() 5 лет назад
  Andreas Kling f1f14945cf LibJS: Rename collect_roots() => gather_roots() 5 лет назад
  Andreas Kling 8dc6416bba LibJS: Use the same StringPrototype globally 5 лет назад
  Andreas Kling f7c15d00c9 LibJS: Add basic prototype support 5 лет назад
  0xtechnobabble 644b4f4201 LibJS: Evaluate for statements in their own scope if necessary 5 лет назад
  Andreas Kling 7912f33ea0 LibJS: Add NativeFunction, a callable wrapper around a C++ lambda 5 лет назад
  0xtechnobabble ee5a49e2fe LibJS: Implement const variable declarations 5 лет назад
  howar6hill 01133733dd LibJS: Allow functions to take arguments (#1405) 5 лет назад
  0xtechnobabble df40c85f80 LibJS: Allow the choice of a scope of declaration for a variable (#1408) 5 лет назад