Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun hace 2 años
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() hace 3 años
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions hace 3 años
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] hace 3 años
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] hace 3 años
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 3 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 3 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 3 años
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions hace 3 años
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors hace 3 años
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS hace 3 años
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() hace 3 años
  Idan Horowitz b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr hace 3 años
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages hace 3 años
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function hace 3 años
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros hace 3 años
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr hace 3 años
  Linus Groh d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr hace 3 años
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr hace 3 años
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr hace 3 años
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr hace 3 años
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr hace 3 años
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr hace 3 años
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr hace 3 años
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr hace 3 años
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr hace 3 años
  Linus Groh 9b4362f10a LibJS: Convert internal_is_extensible() to ThrowCompletionOr hace 3 años
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr hace 3 años