Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 9494865f99 LibJS: Actually pop frames off of the scope stack when exiting a scope %!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
  Andreas Kling ddd69e3660 LibJS: Make the AST reference-counted %!s(int64=5) %!d(string=hai) anos
  Andreas Kling bf9912cc59 LibJS: Protect function call "this" and arguments from GC %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble 7aad10d984 LibJS: Fix assignment of const variable on declaration %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 23b1d97b0d LibJS: Add ObjectPrototype and implement hasOwnProperty() %!s(int64=5) %!d(string=hai) anos
  Andreas Kling f1f14945cf LibJS: Rename collect_roots() => gather_roots() %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 8dc6416bba LibJS: Use the same StringPrototype globally %!s(int64=5) %!d(string=hai) anos
  Andreas Kling fbefb19e10 LibJS: Interpreter should make sure that the "this" stack gets marked %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble 644b4f4201 LibJS: Evaluate for statements in their own scope if necessary %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble 83ea7bb9e7 LibJS: Don't allow the redeclaration of a `var` variable using let/const %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 9f38f4dbfb LibJS: Add Object::put_native_function() for convenience %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 1448f4384d LibJS: Move GlobalObject to its own Object subclass %!s(int64=5) %!d(string=hai) anos
  Andreas Kling d1d136b4e5 LibJS: Replace $gc() hack with a NativeFunction on the global object %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 32963cf74a LibJS: Allow implicit Value construction from GC-allocated things %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 7912f33ea0 LibJS: Add NativeFunction, a callable wrapper around a C++ lambda %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble ee5a49e2fe LibJS: Implement const variable declarations %!s(int64=5) %!d(string=hai) anos
  howar6hill 01133733dd LibJS: Allow functions to take arguments (#1405) %!s(int64=5) %!d(string=hai) anos
  Florian Stellbrink 17705d23fb LibJS: Fix string roots not being collected %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble df40c85f80 LibJS: Allow the choice of a scope of declaration for a variable (#1408) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 363c40e3f3 LibJS: Make sure we mark everything reachable from the scope stack %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 1382dbc5e1 LibJS: Add basic support for (scoped) variables %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 63e4b744ed LibJS: Add a basic mark&sweep garbage collector :^) %!s(int64=5) %!d(string=hai) anos