История коммитов

Автор SHA1 Сообщение Дата
  Andreas Kling 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 лет назад
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 лет назад
  Andreas Kling af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 лет назад
  Andreas Kling 94fdf4fa5a LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type 5 лет назад
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 лет назад
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 лет назад
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify 5 лет назад
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape 5 лет назад
  Linus Groh 0ff9d7e189 LibJS: Add BigInt 5 лет назад
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects 5 лет назад
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects 5 лет назад
  Matthew Olsson 79958f4520 LibJS: Add PropertyDescriptor object 5 лет назад
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones 5 лет назад
  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 лет назад