История коммитов

Автор SHA1 Сообщение Дата
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records 3 лет назад
  Linus Groh 24d772af7c LibJS: Move additional notes to spec comments onto their own line 3 лет назад
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval 3 лет назад
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 лет назад
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 лет назад
  Idan Horowitz 02e97b3313 LibJS: Bring ForIn body evaluation closer to the specification 3 лет назад
  Timothy Flynn 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment 3 лет назад
  Timothy Flynn f235f08e6d LibJS: Use known binding indices when creating new for-loop environments 3 лет назад
  Idan Horowitz 7ebb421ee9 LibJS: Implement the object literal __proto__ property key special case 3 лет назад
  Anonymous a97b5393d0 LibJS: Ensure we only call toString on computed properties once 3 лет назад
  davidot 65bebb5241 LibJS: Allow CallExpression as left hand side of for-of/for-in loops 3 лет назад
  davidot c114be95f5 LibJS: Use CopyDataProperties when spreading in object expressions 3 лет назад
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 лет назад
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 лет назад
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr 3 лет назад
  Andreas Kling 85cf80507f LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers 3 лет назад
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 лет назад
  davidot 212c8dad5e LibJS: Keep handles on internal function while creating a class 3 лет назад
  davidot f568939568 LibJS: Implement the import assertions proposal 3 лет назад
  davidot e0e4ead2c8 LibJS: Follow the spec with storing im- and export entries 3 лет назад
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 лет назад
  davidot 91b3e5b31f LibJS: Implement the ImportMeta MetaProperty 3 лет назад
  davidot 7cbf4b90e8 LibJS: Implement ImportCall and HostImportModuleDynamically 3 лет назад
  davidot 023968a489 LibJS: Implement evaluation of im- and exports statements 3 лет назад
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec 3 лет назад
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules 3 лет назад
  davidot 232a8432b7 LibJS: Move binding_class_declaration_evaluation out of ClassDeclaration 3 лет назад
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() 3 лет назад
  Linus Groh 6e5097b201 LibJS: Let class_definition_evaluation() return a ESFnObject*, not Value 3 лет назад
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 лет назад