Commit History

Autor SHA1 Mensaxe Data
  Conrad Pankoff 46a897b59b LibJS: Implement typeof operator %!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 dfbaa8e543 LibJS: Implement abstract equality and inequality %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble cfd710eb31 LibJS: Implement null and undefined literals %!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 f7c15d00c9 LibJS: Add basic prototype support %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble db64f364f0 LibJS/AST: Implement prefixed update expressions %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble 20a0fc5576 LibJS: Rename BitNot -> BitwiseNot to match other bitwise operators %!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
  Stephan Unverwerth 15d5b2d29e LibJS: Add operator precedence parsing %!s(int64=5) %!d(string=hai) anos
  Andreas Kling d9c7009604 LibJS: Split Function into subclasses NativeFunction and ScriptFunction %!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
  Andreas Kling cc8e3048bc LibJS: Fix NumericLiteral::dump() output %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 25db856134 LibJS: Dump CallExpression arguments (if any) %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble ee5a49e2fe LibJS: Implement const variable declarations %!s(int64=5) %!d(string=hai) anos
  0xtechnobabble 8557bc56f7 LibJS: Implement update expressions %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 4dc1d6654f LibJS: Tweak AssignmentOp names %!s(int64=5) %!d(string=hai) anos
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement %!s(int64=5) %!d(string=hai) anos
  Conrad Pankoff 2b36b4f09f LibJS: Implement +=, -=, *=, and /= assignment operators %!s(int64=5) %!d(string=hai) anos
  Conrad Pankoff 0fe87c5fec LibJS: Implement <= and >= binary operators %!s(int64=5) %!d(string=hai) anos
  Conrad Pankoff fdf7f81ba9 LibJS: Implement multiplication and division operators %!s(int64=5) %!d(string=hai) anos
  howar6hill 01133733dd LibJS: Allow functions to take arguments (#1405) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 425fd3ce51 LibJS: Defer Value construction until a Literal is executed %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 0d42097cf1 LibJS: Forgot to move add/sub/typed_eq to Value.cpp %!s(int64=5) %!d(string=hai) anos
  Stephan Unverwerth f3a9eba987 LibJS: Add Javascript lexer and parser %!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 542108421e LibJS: Support "hello friends".length %!s(int64=5) %!d(string=hai) anos