Историја ревизија

Аутор SHA1 Порука Датум
  Linus Groh ec43f73b74 LibJS: Extract most of Interpreter's run() into execute_statement() пре 4 година
  Andreas Kling d85eed585c LibJS: get_iterator_values() should pass Value to callback (not Value&) пре 4 година
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function пре 4 година
  Ben Wiederhake 801058e514 LibJS: Soothe gcc about printf-%s on (non-)nullptr пре 5 година
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() пре 5 година
  Matthew Olsson a51b2393f2 LibJS: Integrate iterator protocol into language features пре 5 година
  Matthew Olsson 51bfc6c6b3 LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind пре 5 година
  Linus Groh 7241b9ca0c LibJS: Remove a few superfluous exception checks пре 5 година
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys пре 5 година
  Matthew Olsson 5e971c91e3 LibJS: Hide some debug output behind flags пре 5 година
  Jack Karamanian 7533fd8b02 LibJS: Initial class implementation; allow super expressions in object пре 5 година
  Jack Karamanian a535d58cac LibJS: Add Object::define_accessor() пре 5 година
  Andreas Kling 32c121a8f7 LibJS: Pass GlobalObject& to Reference get/put пре 5 година
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& пре 5 година
  Andreas Kling a9e4babdaf LibJS: Pass GlobalObject& when constructing an Accessor пре 5 година
  Andreas Kling 4aa98052ca LibJS: Remove some more use of Interpreter::global_object() пре 5 година
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h пре 5 година
  Andreas Kling 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& пре 5 година
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) пре 5 година
  Andreas Kling 25f2a29d84 LibJS: Pass GlobalObject& to AST node execute() functions пре 5 година
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks пре 5 година
  Linus Groh 0ff9d7e189 LibJS: Add BigInt пре 5 година
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects пре 5 година
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects пре 5 година
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones пре 5 година
  Marcin Gasperowicz 2579d0bf55 LibJS: Hoist function declarations пре 5 година
  Marcin Gasperowicz 0b74ea3d6a LibJS: Make typeof return undefined for undefined variables пре 5 година
  Sergey Bugaev 53a94b8bbd LibJS: Fix casting a value to ScriptFunction without checking it's one пре 5 година
  Jack Karamanian c12125fa81 LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow пре 5 година
  Matthew Olsson d52ea37717 LibJS: Integrate labels into the Interpreter пре 5 година