Histórico de Commits

Autor SHA1 Mensagem Data
  Luke Wilde ee6fb51db6 LibJS: Add a couple of missing spec steps to PerformEval há 3 anos atrás
  Luke Wilde 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings há 3 anos atrás
  Linus Groh 8b035b80d3 LibJS: Update order of steps in CanonicalNumericIndexString há 3 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Linus Groh cb66474fb5 LibJS: Update spec comments testing presence of a field há 3 anos atrás
  Linus Groh d33fcad87f LibJS: Update ValidateAndApplyPropertyDescriptor implementation há 3 anos atrás
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers há 3 anos atrás
  Linus Groh 7e18d1c078 LibJS: Remove unused include from AbstractOperations.cpp há 3 anos atrás
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval há 3 anos atrás
  Linus Groh 421d9a6361 LibJS: Fix typo in a variable name in get_substitution() há 3 anos atrás
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers há 3 anos atrás
  Timothy Flynn f37fbcf516 LibJS: Preallocate the list returned from CreateListFromArrayLike há 3 anos atrás
  Anonymous 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string há 3 anos atrás
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" há 3 anos atrás
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible há 3 anos atrás
  Anonymous 3a184f7841 LibJS: Get rid of unnecessary work from canonical_numeric_index_string há 3 anos atrás
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions há 3 anos atrás
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr há 3 anos atrás
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} há 3 anos atrás
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr há 3 anos atrás
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment há 3 anos atrás
  Timothy Flynn 67e02f6ca6 LibJS: Add templated overloads for the construct AO to create its MVL há 3 anos atrás
  mjz19910 d436746c95 LibJS: Add some overloads for JS::call() and JS::call_impl() há 3 anos atrás
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules há 3 anos atrás
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() há 3 anos atrás
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) há 3 anos atrás
  davidot 9d3623f0e8 LibJS: Add and fix some spec comments in AbstractOperations há 3 anos atrás
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr há 3 anos atrás