Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh c52739ea4b LibJS: Make call_native_property_{g,s}etter() take a NativeProperty& há 4 anos atrás
  Linus Groh a02b9983f9 LibJS: Throw RuntimeError when reaching the end of the stack há 4 anos atrás
  Andreas Kling 43ff2ea8d8 LibJS: Use regular stack for VM call frames instead of Vector storage há 4 anos atrás
  Linus Groh 0bb66890c8 LibJS: Fix Object::delete_property() with numeric string property há 4 anos atrás
  Linus Groh 8d96f428ef LibJS: ASSERT(property_name.is_valid()) in more Object methods há 4 anos atrás
  Linus Groh fb89c324c5 LibJS: Implement spec-compliant OrdinaryToPrimitive há 4 anos atrás
  Andreas Kling 77c1957961 LibJS: Use allocate_without_global_object for allocating Shapes há 4 anos atrás
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype há 4 anos atrás
  Andreas Kling 1d96ecf148 Everywhere: Add missing <AK/TemporaryChange.h> includes há 4 anos atrás
  Andreas Kling 8f535435dc LibJS: Avoid property lookups during object initialization há 4 anos atrás
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM há 4 anos atrás
  Andreas Kling 4c33209011 LibJS: Add Object::define_property_without_transition() helper há 4 anos atrás
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup há 4 anos atrás
  Linus Groh 123f98201e LibJS: Use String::formatted() in various other places há 4 anos atrás
  Linus Groh 2e2571743b LibJS: Use string::formatted() in to_string() functions há 4 anos atrás
  Linus Groh f9eaac62d9 LibJS: Use String::formatted() for throw_exception() message há 4 anos atrás
  Andreas Kling a007b3c379 LibJS: Move "strict mode" state to the call stack há 4 anos atrás
  Andreas Kling 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() há 4 anos atrás
  Andreas Kling a61ede51e2 LibJS: Don't require Interpreter& for constructing an Accessor há 4 anos atrás
  Andreas Kling c59a8d84d3 LibJS: Reduce Interpreter& usage in the Object class há 4 anos atrás
  Andreas Kling b9793e603c LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol há 4 anos atrás
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter há 4 anos atrás
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& há 4 anos atrás
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM há 4 anos atrás
  Andreas Kling 676cb87a8f LibJS: Use VM::exception() instead of Interpreter::exception() a bunch há 4 anos atrás
  Andreas Kling 976e55e942 LibJS: Remove some unnecessary indirection in Object constructors há 4 anos atrás
  Andreas Kling 4036ff9d91 LibJS: Remove unused argument in NativeFunction constructor há 4 anos atrás
  Ben Wiederhake d8e22fedc3 Libraries: Unbreak building with extra debug macros há 4 anos atrás
  Andreas Kling bbe2d4a2d9 LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions há 4 anos atrás
  Andreas Kling 3ee6ed965f LibJS: Use allocate_without_global_object for primitive cell types há 5 anos atrás