Commitin historia

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