Commit History

作者 SHA1 備註 提交日期
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode 2 年之前
  Aliaksandr Kalenik 380abddf3c LibJS: Update parser to detect if identifier refer a "local" variable 2 年之前
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression 2 年之前
  Andreas Kling b0ae1e80fb LibJS/Bytecode: Support using MemberExpression as rest property 2 年之前
  Aliaksandr Kalenik 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction 2 年之前
  Andreas Kling 8450948458 LibJS: Make class definition evaluation work in bytecode mode 2 年之前
  Aliaksandr Kalenik 331f6a9e60 LibJS: Invalidate cached environment coordinate after delete in global 2 年之前
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall 2 年之前
  Andreas Kling b3a3c53007 LibJS: Fix bad indentation when dumping FunctionNode AST nodes 2 年之前
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" 2 年之前
  Malik Ammar Faisal 5c913d9cc4 LibJS: Correctly handle parentheses and new Object 2 年之前
  Andreas Kling d89e0b36d4 LibJS/Bytecode: Support class field initializers 2 年之前
  Andreas Kling 4684d3fe54 LibJS: Make BlockDeclarationInstantiation take a VM& 2 年之前
  Andreas Kling 8a3e350321 LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier 2 年之前
  Andreas Kling 32d9c8e3ca LibJS: Make GlobalDeclarationInstantiation take a VM& 2 年之前
  Andreas Kling 5617dd1c83 LibJS: Store PrivateElement values in Handle<Value> 2 年之前
  Daniel Bertalan fc003cd248 Userland: Silence or resolve new GCC 13 warnings 2 年之前
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 年之前
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration 2 年之前
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 年之前
  Timothy Flynn f6503577f6 LibJS: Propagate out-of-memory errors from HostImportModuleDynamically 2 年之前
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 年之前
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 年之前
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 年之前
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String 2 年之前
  Linus Groh 5e72fde954 LibJS: Unify Symbol::description() and raw_description() 2 年之前
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 年之前