Commit History

Author SHA1 Message Date
  Andreas Kling d364d99cb8 LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec 2 years ago
  Andreas Kling c9bd324369 LibJS/Bytecode: Set "home object" of functions within object expression 2 years ago
  Andreas Kling 2ac8a4bbb7 LibJS/Bytecode: Add support for direct eval() 2 years ago
  Andreas Kling 0d4c7fa392 LibJS/Bytecode: Make for..in iterate property names as string 2 years ago
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions 2 years ago
  Linus Groh e54536421a LibJS: Port iterator_next() to NonnullGCPtr 2 years ago
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 years ago
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Luke Wilde fb7aaeff3e LibJS/Bytecode: Return ThrowCompletionOr<void> from CreateVariable op 2 years ago
  Hendiadyoin1 de514f29ad LibJS: Align codegen AwaitExpressions to YieldExpressions 2 years ago
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode 2 years ago
  Hediadyoin1 1c8adac442 LibJS: Use HashTable::take_first in GetObjectPropertyIterator 2 years ago
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
  Timothy Flynn 24e9cea524 LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE 2 years ago
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 years ago
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
  Timothy Flynn 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2 years ago
  Linus Groh e785c66f91 LibJS: Convert get_this_environment() to NonnullGCPtr 2 years ago
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr 2 years ago
  Linus Groh bd40464195 LibJS: Convert standalone construct() to NonnullGCPtr 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 years ago
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
  Luke Wilde 4db2efaecb LibJS/Bytecode: Implement yield* 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 years ago
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object 2 years ago