提交历史

作者 SHA1 备注 提交日期
  davidot 9921f80817 LibJS: Fix that non-double numbers from JSON were truncated to i32 2 年之前
  Timothy Flynn 3efe611dbf LibJS: Do not assume that IsArray means the object type is an Array 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年之前
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh 9930302efb LibJS: Replace GlobalObject with VM in JSON AOs [Part 13/19] 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 3 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 3 年之前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 3 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  Jorropo dc42ca37bd LibJS: Fix JSON.stringify with stale surrogate codepoints 3 年之前
  Timothy Flynn b0e5609b88 LibJS: Use GetV to look up the toJSON property in SerializeJSONProperty 3 年之前
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 年之前
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 年之前
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() 3 年之前
  Andreas Kling 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 年之前
  Idan Horowitz e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 年之前
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 年之前
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 年之前
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 年之前
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr 3 年之前