Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  iliadsh 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() há 1 ano atrás
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) há 1 ano atrás
  Linus Groh 5e72fde954 LibJS: Unify Symbol::description() and raw_description() há 2 anos atrás
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun há 2 anos atrás
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Andreas Kling b81816a539 LibJS+LibWeb: Make CyclicModule.h not include AST.h há 2 anos atrás
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors há 2 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  Linus Groh e657e88ed6 LibJS: Add [[InitialName]] and use it in Function.prototype.toString() há 3 anos atrás
  Linus Groh 93372e0a0d LibJS: Remove unused BoundFunction.h include from FunctionObject.cpp há 3 anos atrás
  Linus Groh 87b9fa2636 LibJS: Add FunctionObject constructor allowing null prototype há 3 anos atrás
  Linus Groh f663c7d6da LibJS: Remove unused BoundFunction::m_constructor_prototype há 3 anos atrás
  Linus Groh 886d6c62f9 LibJS: Implement the SetFunctionLength AO há 3 anos atrás
  Linus Groh 5b04c49762 LibJS: Implement the SetFunctionName AO há 3 anos atrás
  Linus Groh 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible há 3 anos atrás
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr há 3 anos atrás
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 9043041dd3 LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction há 3 anos atrás
  Linus Groh 4566472ed6 LibJS: Rename BoundFunction::m_target_function to match spec name há 3 anos atrás
  Linus Groh 76eb8fe717 LibJS: Move [[Fields]] to ECMAScriptFunctionObject há 3 anos atrás
  Linus Groh 136451c3af LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject há 3 anos atrás
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr há 3 anos atrás
  Andreas Kling d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef há 3 anos atrás
  Andreas Kling 466649c1e8 LibJS: Mark instance field names in FunctionObject::visit_edges() há 3 anos atrás
  davidot def8b44c40 LibJS: Add support for public fields in classes há 3 anos atrás
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás