Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions vor 2 Jahren
  Linus Groh 53619176f5 LibJS: Set "prototype" property of async generator functions vor 3 Jahren
  Linus Groh 09e263dd9c LibJS: Fix "prototype" property of generator functions, again vor 3 Jahren
  Linus Groh 03e13715ac LibJS: Update two comments saying "completion value" vor 3 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Linus Groh c9bdd59e20 LibJS: Change "Completion {}" to "Completion Record {}" in comments vor 3 Jahren
  Linus Groh acda12597a LibJS: Rename scope to environment vor 3 Jahren
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records vor 3 Jahren
  Linus Groh 24d772af7c LibJS: Move additional notes to spec comments onto their own line vor 3 Jahren
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval vor 3 Jahren
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Ali Mohammad Pur d75cf27e02 LibJS: Implement default values for function parameters in BC vor 3 Jahren
  Idan Horowitz 29dd9d75ef LibJS: Do not create a prototype property on AsyncFunction instances vor 3 Jahren
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen vor 3 Jahren
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible vor 3 Jahren
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> vor 3 Jahren
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions vor 3 Jahren
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr vor 3 Jahren
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} vor 3 Jahren
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr vor 3 Jahren
  Andreas Kling 8d3f92c844 LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members vor 3 Jahren
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() vor 3 Jahren
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere vor 3 Jahren
  davidot 39b134e8c1 LibJS: Move async_block_start out of ECMAScriptFunctionObject vor 3 Jahren
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() vor 3 Jahren
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype vor 3 Jahren
  Linus Groh 13fe4e8c64 LibJS: Allow passing prototype to ECMAScriptFunctionObject::create() vor 3 Jahren
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} vor 3 Jahren