Commit Verlauf

Autor SHA1 Nachricht Datum
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS vor 8 Monaten
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level vor 8 Monaten
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren
  Linus Groh f369229770 LibJS: Replace all uses of to_size_t() and remove it :^) vor 4 Jahren
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI vor 4 Jahren
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM vor 4 Jahren
  Linus Groh f9eaac62d9 LibJS: Use String::formatted() for throw_exception() message vor 4 Jahren
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> vor 4 Jahren
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter vor 4 Jahren
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM vor 4 Jahren
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function vor 4 Jahren
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
  Matthew Olsson 51bfc6c6b3 LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind vor 5 Jahren
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
  Linus Groh afcfea2001 LibJS: Handle "receiver" argument in Reflect.{get,set}() vor 5 Jahren
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
  Andreas Kling 3ba17d8df7 LibJS: Make Interpreter::construct() take a GlobalObject& vor 5 Jahren
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class vor 5 Jahren
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize vor 5 Jahren
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors vor 5 Jahren
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h vor 5 Jahren
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks vor 5 Jahren
  Matthew Olsson 79958f4520 LibJS: Add PropertyDescriptor object vor 5 Jahren
  Linus Groh b32761f2e0 LibJS: Consider non-extensible objects in Reflect.setPrototypeOf() vor 5 Jahren
  Linus Groh c1248a7fd8 LibJS: Implement Reflect.{isExtensible,preventExtensions}() vor 5 Jahren
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions vor 5 Jahren
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. vor 5 Jahren
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() vor 5 Jahren
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() vor 5 Jahren
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object vor 5 Jahren