summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2022-12-10LibJS: Add spec comments to sub()Linus Groh
2022-12-10LibJS: Add spec comments to add()Linus Groh
2022-12-10LibJS: Add spec comments to unsigned_right_shift()Linus Groh
2022-12-10LibJS: Add spec comments to right_shift()Linus Groh
2022-12-10LibJS: Add spec comments to left_shift()Linus Groh
2022-12-10LibJS: Add spec comments to unary_minus()Linus Groh
2022-12-10LibJS: Add spec comments to unary_plus()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_not()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_xor()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_or()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_and()Linus Groh
2022-12-10LibJS: Add spec comments to less_than_equals()Linus Groh
2022-12-10LibJS: Add spec comments to less_than()Linus Groh
2022-12-10LibJS: Add spec comments to greater_than_equals()Linus Groh
2022-12-10LibJS: Add spec comments to greater_than()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_integer_or_infinity()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_index()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_length()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u8_clamp()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u8()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_i8()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u16()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_i16()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u32()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_i32{,_slow_case}()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_property_key()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_bigint_uint64()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_bigint_int64()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_bigint()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_number()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_numeric()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_object()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_primitive()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_boolean()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_string()Linus Groh
2022-12-10LibJS: Add spec comments to Value::typeof()Linus Groh
2022-12-10LibJS: Add spec comments to Value::is_regexp()Linus Groh
2022-12-10LibJS: Add spec comments to Value::is_function()Linus Groh
2022-12-10LibJS: Add spec comments to Value::is_array()Linus Groh
2022-12-10LibJS: Remove redundant starts_with()s from is_less_than() string branchLinus Groh
2022-12-10LibJS/Bytecode: Implement yield*Luke Wilde
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-08LibJS: Shrink DeclarativeEnvironment bindings vector to fitAndreas Kling
2022-12-08LibJS: Make FunctionKind enum class a u8Andreas Kling
2022-12-07LibJS: Protect CanonicalIndex against double-to-integer overflowTimothy Flynn
2022-12-07LibJS: Put CanonicalIndex in the JS namespaceTimothy Flynn
2022-12-07LibJS: Change an error message used by %TypedArray%.prototype.withTimothy Flynn
2022-12-07LibJS: Replace standalone js_symbol() with Symbol::create()Linus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07LibJS: Replace standalone js_bigint() with BigInt::create()Linus Groh