提交历史

作者 SHA1 备注 提交日期
  Andreas Kling a007b3c379 LibJS: Move "strict mode" state to the call stack 4 年之前
  Matthew Olsson 6eb6752c4c LibJS: Strict mode is now handled by Functions and Programs, not Blocks 4 年之前
  Andreas Kling fa18baf3e8 LibJS: Add Value::is_nullish() 4 年之前
  Nico Weber ef1b21004f Everywhere: Fix typos 4 年之前
  Andreas Kling be055b3ddd LibJS: Reduce use of Interpreter in Reference 4 年之前
  Andreas Kling 3df604ad12 LibJS: Reduce use of Interpreter in LexicalEnvironment 4 年之前
  Andreas Kling 591b7b7031 LibJS: Remove js_string(Interpreter&, ...) 4 年之前
  Andreas Kling adf0a537af LibJS: Remove js_bigint(Interpreter&, ...) 4 年之前
  Andreas Kling b9793e603c LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol 4 年之前
  Andreas Kling 1df18c58f5 LibJS: Make all the JS::Value binary op helpers take GlobalObject& 4 年之前
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 年之前
  Andreas Kling be31805e8b LibJS: Move scope stack from VM back to Interpreter 4 年之前
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM 4 年之前
  Andreas Kling 4a8bfcdd1c LibJS: Move the current exception from Interpreter to VM 4 年之前
  AnotherTest 21f513fe0f LibJS: Do not revisit already visited values in update_function_name() 4 年之前
  Linus Groh 568d53c9b1 LibJS: Check validity of computed_property_name() result before using it 4 年之前
  Linus Groh 75dac35d0e LibJS: Stop unwinding and reset exception for TryStatement finalizer 4 年之前
  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 年之前