提交歷史

作者 SHA1 備註 提交日期
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 年之前
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr 2 年之前
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 年之前
  Linus Groh e68e92b304 LibJS: Make JS::NativeFunction use JS::SafeFunction internally 2 年之前
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  Linus Groh e4f165d460 LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction 3 年之前
  Linus Groh e657e88ed6 LibJS: Add [[InitialName]] and use it in Function.prototype.toString() 3 年之前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年之前
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr 3 年之前
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 年之前
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly 3 年之前
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 年之前
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject 3 年之前
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() 3 年之前
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 年之前
  Idan Horowitz 5606332ed7 LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed 4 年之前
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
  Andreas Kling 1bd52ce789 LibJS: Stop qualifying AK::Function 4 年之前
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
  Andreas Kling b650d11dd3 LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function 4 年之前
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec 4 年之前
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) 4 年之前
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 年之前