Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor před 5 roky
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors před 5 roky
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype před 5 roky
  Andreas Kling ed80952cb6 LibJS: Introduce LexicalEnvironment před 5 roky
  Linus Groh cea950fd70 LibJS: Support empty values in array expression před 5 roky
  Linus Groh d30db07048 LibJS: Implement void operator před 5 roky
  Andreas Kling 63499c2c9f LibJS: Pass the Interpreter& to binary/logical/unary helpers před 5 roky
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object před 5 roky
  Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable() před 5 roky
  Andreas Kling ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope před 5 roky
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression před 5 roky
  Linus Groh eece424694 LibJS: Make Function and CallFrame aware of their function name před 5 roky
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects před 5 roky
  Barney Wilks 56474bab15 LibJS: Throw exception if LHS of assignment is of unexpected type před 5 roky
  Emanuele Torre 38dfd04633 LibJS: rename JS::DeclarationType => JS::DeclarationKind před 5 roky
  Andreas Kling f07f8d5a44 LibJS: Add "constructor" property to constructor prototypes před 5 roky
  Andreas Kling 19cbfaee54 LibJS: Add SequenceExpression AST node (comma operator) před 5 roky
  DexesTTP 4a9485f830 LibJS: Fix impossible member access for negative integers před 5 roky
  Andreas Kling bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value před 5 roky
  Andreas Kling 5495f06af5 LibJS: Give argument vectors an inline capacity of 8 před 5 roky
  Andreas Kling be019f28ca LibJS: Add a PropertyName class that represents a string or a number před 5 roky
  Andreas Kling 6e7713a5f4 LibJS: Remove unnecessary malloc+free in AssignmentExpression::execute před 5 roky
  Linus Groh 0403845d3e LibJS: Implement exponentiation (** operator) před 5 roky
  Linus Groh eafd3dbaf8 LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash} před 5 roky
  Andreas Kling 3c99c27db4 LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuard před 5 roky
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) před 5 roky
  Andreas Kling e3b92caa6d LibJS: Make "break" actually work inside "switch" před 5 roky
  Andreas Kling 5e40aa182b LibJS: Support VariableDeclaration with multiple declarators před 5 roky
  Andreas Kling f8393b80e3 LibJS: Add support for do..while statements před 5 roky
  Andreas Kling da0715aba9 LibJS: Rename WhileStatement::predicate() => body() před 5 roky