Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape há 5 anos atrás
  Linus Groh 0ff9d7e189 LibJS: Add BigInt há 5 anos atrás
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects há 5 anos atrás
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects há 5 anos atrás
  Matthew Olsson 79958f4520 LibJS: Add PropertyDescriptor object há 5 anos atrás
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones há 5 anos atrás
  Linus Groh b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects há 5 anos atrás
  Matthew Olsson d5ae73a63b LibJS: Add Object.{isExtensible,preventExtensions}() há 5 anos atrás
  Matthew Olsson 4e331a1fcf LibJS: Object.getOwnPropertyDescriptor works properly with accessors há 5 anos atrás
  Linus Groh 688ca7b196 LibJS: Make Object::invoke() non-const há 5 anos atrás
  Linus Groh 9755f8d297 LibJS: Add Object::invoke() há 5 anos atrás
  Marcin Gasperowicz eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) há 5 anos atrás
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices há 5 anos atrás
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions há 5 anos atrás
  mattco98 4ced126704 LibJS: Add symbol objects há 5 anos atrás
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object há 5 anos atrás
  Linus Groh 62671bea68 LibJS: Add Object::has_property() há 5 anos atrás
  Linus Groh 4cdd802927 LibJS: Return a bool from Object::put* to indicate success há 5 anos atrás
  mattco98 683a0696f3 LibJS: Add Object.{keys,values,entries}() há 5 anos atrás
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties há 5 anos atrás
  Andreas Kling f897c41092 LibJS: Implement basic support for the "delete" operator há 5 anos atrás
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state há 5 anos atrás
  Andreas Kling 627fd6374b LibJS: Add Uint8ClampedArray :^) há 5 anos atrás
  Jack Karamanian 1fa0c7304d LibJS: Implement Function.prototype.bind() há 5 anos atrás
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor há 5 anos atrás
  Andreas Kling e6d920d87d LibJS: Add Object.defineProperty() and start caring about attributes há 5 anos atrás
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object há 5 anos atrás
  Andreas Kling be019f28ca LibJS: Add a PropertyName class that represents a string or a number há 5 anos atrás
  Andreas Kling 90ba0145f6 LibJS: Add a number-indexed property storage to all Objects há 5 anos atrás
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() há 5 anos atrás