Historique des commits

Auteur SHA1 Message Date
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Luke Wilde 9e06fe4b3f LibJS/Bytecode: Get result from accumulator in PerformEval il y a 3 ans
  Idan Horowitz 22a78e8a2c LibJS: Implement the CanBeHeldWeakly abstract operation il y a 3 ans
  Luke Wilde ee6fb51db6 LibJS: Add a couple of missing spec steps to PerformEval il y a 3 ans
  Luke Wilde 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings il y a 3 ans
  Linus Groh 8b035b80d3 LibJS: Update order of steps in CanonicalNumericIndexString il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Linus Groh cb66474fb5 LibJS: Update spec comments testing presence of a field il y a 3 ans
  Linus Groh d33fcad87f LibJS: Update ValidateAndApplyPropertyDescriptor implementation il y a 3 ans
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers il y a 3 ans
  Linus Groh 7e18d1c078 LibJS: Remove unused include from AbstractOperations.cpp il y a 3 ans
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval il y a 3 ans
  Linus Groh 421d9a6361 LibJS: Fix typo in a variable name in get_substitution() il y a 3 ans
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers il y a 3 ans
  Timothy Flynn f37fbcf516 LibJS: Preallocate the list returned from CreateListFromArrayLike il y a 3 ans
  Anonymous 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string il y a 3 ans
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" il y a 3 ans
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible il y a 3 ans
  Anonymous 3a184f7841 LibJS: Get rid of unnecessary work from canonical_numeric_index_string il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions il y a 3 ans
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr il y a 3 ans
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} il y a 3 ans
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr il y a 3 ans
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment il y a 3 ans