Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Luke Wilde 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings il y a 3 ans
  Linus Groh 53619176f5 LibJS: Set "prototype" property of async generator functions il y a 3 ans
  Linus Groh dd547c3374 LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype% il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Linus Groh acda12597a LibJS: Rename scope to environment il y a 3 ans
  Luke Wilde 90f14de1e9 LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction il y a 3 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  Andreas Kling aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h il y a 3 ans
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() il y a 3 ans
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype il y a 3 ans
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec il y a 3 ans
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} il y a 3 ans
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) il y a 3 ans
  davidot 0982a73d1d LibJS: Parse async generator functions il y a 3 ans
  Idan Horowitz 681787de76 LibJS: Add support for async functions il y a 3 ans
  Idan Horowitz c0bb456fd2 LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm} il y a 3 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans