Historial de Commits

Autor SHA1 Mensaje Fecha
  davidot 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} hace 2 años
  davidot 2c87ff2218 LibJS: Add Symbol.dispose hace 2 años
  davidot 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} hace 2 años
  Timothy Flynn 3de75f6436 LibJS: Explicitly disallow references in ThrowCompletionOr hace 2 años
  Andreas Kling 3503c658fb LibJS+LibWeb: Move JS::ModuleRequest to its own header file hace 2 años
  Andreas Kling b81816a539 LibJS+LibWeb: Make CyclicModule.h not include AST.h hace 2 años
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter hace 2 años
  Andreas Kling 65e7c58990 LibJS: Make Script.h not include AST.h hace 2 años
  Andreas Kling e6331031c4 LibJS: Make Parser::Error a standalone ParserError class hace 2 años
  Andreas Kling e0916dbb35 LibJS: Move {Import,Export}Entry out of {Import,Export}Statement hace 2 años
  Andreas Kling 1a30e77001 LibJS: Make Interpreter.h not include AST.h hace 2 años
  Andreas Kling 9ff02ad42c LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.h hace 2 años
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info hace 2 años
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated hace 2 años
  Linus Groh ed2aa6459d LibJS: Remove two outdated forward declarations hace 2 años
  Linus Groh 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh adc5ac35b7 LibJS: Remove InvalidCharacterError hace 2 años
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions hace 2 años
  Ali Mohammad Pur f4b26b0cea LibJS: Hook up the 'v' (unicodeSets) RegExp flag hace 3 años
  Timothy Flynn 0026e9a4c8 LibJS: Implement a basic Intl mathematical value hace 3 años
  Idan Horowitz 97fe37bcc2 LibJS: Start implementing the stage 3 Intl.DurationFormat proposal hace 3 años
  Linus Groh 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype hace 3 años
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records hace 3 años
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" hace 3 años
  Linus Groh 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) hace 3 años
  Linus Groh a863363b06 LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + Value hace 3 años
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object hace 3 años
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
  Idan Horowitz 6c26a02aa8 LibJS: Start implementing Intl Segment Iterator objects hace 3 años