Histórico de Commits

Autor SHA1 Mensagem Data
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger há 2 anos atrás
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() há 2 anos atrás
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions há 2 anos atrás
  Linus Groh 5f1fe4b012 LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4] há 2 anos atrás
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] há 2 anos atrás
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] há 2 anos atrás
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() há 2 anos atrás
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() há 2 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 2 anos atrás
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions há 2 anos atrás
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors há 2 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás
  davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls há 3 anos atrás
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() há 3 anos atrás
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) há 3 anos atrás
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T há 3 anos atrás
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void há 3 anos atrás
  Ali Mohammad Pur 2801323236 LibWeb: Implement WebAssembly::validate() há 3 anos atrás
  Idan Horowitz a8d39bc070 LibWeb: Convert WebAssemblyObject functions to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 3e8c76d5ab LibWeb: Convert WebAssemblyObject AOs to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz a76cd669b1 LibWeb: Make GlobalObject the first parameter of WebAssembly AOs há 3 anos atrás
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function há 3 anos atrás
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros há 3 anos atrás
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz e87cea8248 LibJS: Convert to_bigint() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr há 3 anos atrás