提交历史

作者 SHA1 备注 提交日期
  Linus Groh 8f1d13e73b LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr 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 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 年之前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 年之前
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Linus Groh 208be8b86d LibJS: Convert new_function_environment() to NonnullGCPtr 2 年之前
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr 2 年之前
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr 2 年之前
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年之前
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 年之前
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr 2 年之前
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 年之前
  Andreas Kling 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Luke Wilde a1c1ab5f8d LibJS: Switch to bytecode interpreter to run generator functions for AST 2 年之前
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter 2 年之前
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 年之前
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file 2 年之前
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年之前
  Linus Groh 61bd9fef7d LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm() 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前