Historique des commits

Auteur SHA1 Message Date
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr il y a 3 ans
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject il y a 3 ans
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject il y a 3 ans
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() il y a 3 ans
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Idan Horowitz 5606332ed7 LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed il y a 4 ans
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors il y a 4 ans
  Andreas Kling 1bd52ce789 LibJS: Stop qualifying AK::Function il y a 4 ans
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject il y a 4 ans
  Andreas Kling b650d11dd3 LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function il y a 4 ans
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec il y a 4 ans
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) il y a 4 ans
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction il y a 4 ans
  Andreas Kling 095accd2b2 LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans