コミット履歴

作者 SHA1 メッセージ 日付
  Linus Groh b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects 5 年 前
  Matthew Olsson d5ae73a63b LibJS: Add Object.{isExtensible,preventExtensions}() 5 年 前
  Matthew Olsson 4e331a1fcf LibJS: Object.getOwnPropertyDescriptor works properly with accessors 5 年 前
  Linus Groh 688ca7b196 LibJS: Make Object::invoke() non-const 5 年 前
  Linus Groh 9755f8d297 LibJS: Add Object::invoke() 5 年 前
  Marcin Gasperowicz eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) 5 年 前
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices 5 年 前
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 年 前
  mattco98 4ced126704 LibJS: Add symbol objects 5 年 前
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object 5 年 前
  Linus Groh 62671bea68 LibJS: Add Object::has_property() 5 年 前
  Linus Groh 4cdd802927 LibJS: Return a bool from Object::put* to indicate success 5 年 前
  mattco98 683a0696f3 LibJS: Add Object.{keys,values,entries}() 5 年 前
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 年 前
  Andreas Kling f897c41092 LibJS: Implement basic support for the "delete" operator 5 年 前
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state 5 年 前
  Andreas Kling 627fd6374b LibJS: Add Uint8ClampedArray :^) 5 年 前
  Jack Karamanian 1fa0c7304d LibJS: Implement Function.prototype.bind() 5 年 前
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 年 前
  Andreas Kling e6d920d87d LibJS: Add Object.defineProperty() and start caring about attributes 5 年 前
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object 5 年 前
  Andreas Kling be019f28ca LibJS: Add a PropertyName class that represents a string or a number 5 年 前
  Andreas Kling 90ba0145f6 LibJS: Add a number-indexed property storage to all Objects 5 年 前
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() 5 年 前
  Andreas Kling 5e6e1fd482 LibJS: Start implementing object shapes 5 年 前
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) 5 年 前
  Andreas Kling 30440134cb LibJS+LibWeb: Move native properties to separate getters/setters 5 年 前
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value 5 年 前
  Andreas Kling 82ca7ae1f8 LibJS: Oops, "instanceof" was backwards! 5 年 前
  Andreas Kling c60dc84a33 LibJS: Allow function calls with missing arguments 5 年 前