Historie revizí

Autor SHA1 Zpráva Datum
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h před 5 roky
  Andreas Kling affc479e83 LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object() před 5 roky
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape před 5 roky
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks před 5 roky
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects před 5 roky
  Matthew Olsson 79958f4520 LibJS: Add PropertyDescriptor object před 5 roky
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones před 5 roky
  Linus Groh b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects před 5 roky
  Matthew Olsson d5ae73a63b LibJS: Add Object.{isExtensible,preventExtensions}() před 5 roky
  Matthew Olsson 4e331a1fcf LibJS: Object.getOwnPropertyDescriptor works properly with accessors před 5 roky
  Linus Groh 688ca7b196 LibJS: Make Object::invoke() non-const před 5 roky
  Linus Groh 9755f8d297 LibJS: Add Object::invoke() před 5 roky
  Marcin Gasperowicz eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) před 5 roky
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices před 5 roky
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions před 5 roky
  Linus Groh 9c8d390682 LibJS: Refactor Accessor před 5 roky
  Matthew Olsson 45dfa094e9 LibJS: Add getter/setter support před 5 roky
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() před 5 roky
  Andreas Kling 025cdfdce8 LibJS: Simplify a Value type check in Object::to_string() před 5 roky
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() před 5 roky
  Andreas Kling fc5d0a1bd2 LibJS: Switch objects to unique shape after 100 property additions před 5 roky
  Emanuele Torre 8bd9f7e50e LibJS: run clang-format on all the files před 5 roky
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions před 5 roky
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object před 5 roky
  Linus Groh 1ba2e6768d LibJS: Implement indexed access for StringObject před 5 roky
  Linus Groh 62671bea68 LibJS: Add Object::has_property() před 5 roky
  Linus Groh 4cdd802927 LibJS: Return a bool from Object::put* to indicate success před 5 roky
  mattco98 683a0696f3 LibJS: Add Object.{keys,values,entries}() před 5 roky
  Linus Groh 4bdb6daac5 LibJS: Handle non-string primitive values in Object::to_string() před 5 roky
  Linus Groh 2c6e7dbd07 LibJS: Throw error in Object::to_string() if string conversion fails před 5 roky