Historique des commits

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