Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() há 3 anos atrás
  Andreas Kling d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef há 3 anos atrás
  Linus Groh 941ff0cf60 LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy há 3 anos atrás
  Idan Horowitz dd27490ee1 LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates há 4 anos atrás
  Linus Groh 30fe0529bd LibJS: Fix second argument passed to Proxy [[Call]] trap (thisArgument) há 4 anos atrás
  Linus Groh 598842c5b7 LibJS: Fix bogus target.[[OwnPropertyKeys]]() call in Proxy há 4 anos atrás
  davidot ce59e49e27 LibJS: Use a custom property_name_to_value method instead of to_value há 4 anos atrás
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
  Idan Horowitz e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec há 4 anos atrás
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
  Linus Groh 337ad6d15c LibJS: Implement the GetMethod() abstract operation as a Value method há 4 anos atrás
  Andreas Kling b650d11dd3 LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function há 4 anos atrás
  davidot 16b87b85e3 LibJS: Add parameter to delete_property since we need DeleteOrThrow há 4 anos atrás
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec há 4 anos atrás
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) há 4 anos atrás
  Linus Groh 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there há 4 anos atrás
  Idan Horowitz dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum há 4 anos atrás
  Matthew Olsson fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Linus Groh 6e9eb0a284 LibJS: Add Object::get_without_side_effects() há 4 anos atrás
  Linus Groh ec62783af9 LibJS: Let Object::delete_property() return a bool, not Value há 4 anos atrás
  Linus Groh e7ef729db3 LibJS: Use Value::get_method() a bunch há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Linus Groh f253f68768 LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}Return há 4 anos atrás
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ há 4 anos atrás