Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andreas Kling f1e1d9dd74 LibJS: Add EnvironmentRecord::global_object() 4 gadi atpakaļ
  davidot 16b87b85e3 LibJS: Add parameter to delete_property since we need DeleteOrThrow 4 gadi atpakaļ
  Andreas Kling 1f8b6ac3c3 LibJS: Begin implementing GlobalEnvironmentRecord 4 gadi atpakaļ
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec 4 gadi atpakaļ
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) 4 gadi atpakaļ
  Linus Groh e9388408db LibJS: Implement support for the [[IsHTMLDDA]] internal slot 4 gadi atpakaļ
  Idan Horowitz dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum 4 gadi atpakaļ
  Idan Horowitz 6352a33ed2 LibJS: Respect Object::get's without_side_effects parameter for numbers 4 gadi atpakaļ
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype 4 gadi atpakaļ
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 gadi atpakaļ
  Andreas Kling 095accd2b2 LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code 4 gadi atpakaļ
  Idan Horowitz 7f6d3818a2 LibJS: Add the Object::define_native_accessor method 4 gadi atpakaļ
  Linus Groh 862ba64037 LibJS: Implement the Error Cause proposal 4 gadi atpakaļ
  Andreas Kling 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 gadi atpakaļ
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 gadi atpakaļ
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
  Linus Groh 6e9eb0a284 LibJS: Add Object::get_without_side_effects() 4 gadi atpakaļ
  Linus Groh da8a35a79e LibJS: Implement Object.defineProperties() 4 gadi atpakaļ
  Linus Groh 275da6fcc9 LibJS: Update Object::define_accessor() to take both getter and setter 4 gadi atpakaļ
  Linus Groh ec62783af9 LibJS: Let Object::delete_property() return a bool, not Value 4 gadi atpakaļ
  Linus Groh f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() 4 gadi atpakaļ
  Linus Groh 9af07c7803 LibJS: Implement Object.freeze() and Object.seal() 4 gadi atpakaļ
  Linus Groh 1c3eef5317 LibJS: Use MarkedValueList for internal own properties getter functions 4 gadi atpakaļ
  Linus Groh abc7b31079 LibJS: Let Object::get_own_properties() return both strings and symbols 4 gadi atpakaļ
  Linus Groh 1416027486 LibJS: Add Object::get_enumerable_own_property_names() and use it 4 gadi atpakaļ
  Linus Groh afc86abe24 LibJS: Remove this_object parameter from get/put own property functions 4 gadi atpakaļ
  Andreas Kling 0a911178ce LibJS: Add fast_is<T> for StringObject and GlobalObject 4 gadi atpakaļ
  Linus Groh 6d2d8d091f LibJS: Add the same Object::invoke() overloads as VM::call() 4 gadi atpakaļ
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 gadi atpakaļ