커밋 기록

작성자 SHA1 메시지 날짜
  Linus Groh d33fcad87f LibJS: Update ValidateAndApplyPropertyDescriptor implementation 3 년 전
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers 3 년 전
  Linus Groh 7e18d1c078 LibJS: Remove unused include from AbstractOperations.cpp 3 년 전
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval 3 년 전
  Linus Groh 421d9a6361 LibJS: Fix typo in a variable name in get_substitution() 3 년 전
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 년 전
  Timothy Flynn f37fbcf516 LibJS: Preallocate the list returned from CreateListFromArrayLike 3 년 전
  Anonymous 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 년 전
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" 3 년 전
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible 3 년 전
  Anonymous 3a184f7841 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 년 전
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 년 전
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 년 전
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr 3 년 전
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 년 전
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr 3 년 전
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 년 전
  Timothy Flynn 67e02f6ca6 LibJS: Add templated overloads for the construct AO to create its MVL 3 년 전
  mjz19910 d436746c95 LibJS: Add some overloads for JS::call() and JS::call_impl() 3 년 전
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules 3 년 전
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() 3 년 전
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) 3 년 전
  davidot 9d3623f0e8 LibJS: Add and fix some spec comments in AbstractOperations 3 년 전
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr 3 년 전
  Linus Groh 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 년 전
  Linus Groh 4767be1459 LibJS: Convert create_global_var_binding() to ThrowCompletionOr 3 년 전
  Linus Groh 8296d3fbd2 LibJS: Convert can_declare_global_function() to ThrowCompletionOr 3 년 전
  Linus Groh 215a56b0e4 LibJS: Convert can_declare_global_var() to ThrowCompletionOr 3 년 전
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO 3 년 전
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 년 전