Commit History

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