Commit History

Author SHA1 Message Date
  Timothy Flynn 66a8664518 LibJS: Provide a mutable SourceTextModule to HostGetImportMetaProperties 2 years ago
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode 2 years ago
  Ali Mohammad Pur 392b5c3b19 LibJS: Resolve a circular include problem between HeapBlock and Cell 2 years ago
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
  Timothy Flynn 428109e709 LibJS: Forward declare IteratorRecord and remove inclusion from VM.h 2 years ago
  Timothy Flynn 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord 2 years ago
  Andreas Kling eb9298b54e LibJS/Bytecode: Support destructuring function parameters 2 years ago
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model 2 years ago
  Andreas Kling d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ 2 years ago
  Sam Atkins 6d93e03211 LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2 years ago
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 years ago
  Timothy Flynn 13dfadba79 LibJS: Propagate errors from VM creation 2 years ago
  Timothy Flynn eb5aae24f4 LibJS: Move creation of fallible VM objects to its creation factory 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 years ago
  Timothy Flynn f6503577f6 LibJS: Propagate out-of-memory errors from HostImportModuleDynamically 2 years ago
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
  Timothy Flynn 4d10911f96 LibJS: Pre-allocate the out-of-memory error string on the VM 2 years ago
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
  Timothy Flynn 8f5bdce8e7 LibJS: Add initial support for creating PrimitiveStrings with AK::String 2 years ago
  Timothy Flynn ca655f5e7d LibJS: Rename VM::string_cache to deprecated_string_cache 2 years ago
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
  Linus Groh f490ba13ff LibJS: Move creation of global symbols into Symbol.for() 2 years ago
  Linus Groh b821356ba6 LibJS: Add const/non-const VM::global_symbol_registry() getters 2 years ago
  Linus Groh d5457375e6 LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry 2 years ago
  Linus Groh 2c579ed0df LibJS: Rename m_global_symbol_map to m_global_symbol_registry 2 years ago
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object 2 years ago
  Linus Groh cdeaced54e LibJS: Add spec link and comment to VM::execution_context_stack() 2 years ago
  Linus Groh 91a9f41155 LibJS: Add spec link and comment to VM::running_execution_context() 2 years ago
  Linus Groh 1832474a37 LibJS: Remove forgotten VM::construct() declaration 2 years ago