Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Idan Horowitz 53f70e5208 LibJS: Remove the default length & attributes from define_native_* 4 gadi atpakaļ
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 gadi atpakaļ
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 gadi atpakaļ
  Linus Groh c9d8aa6139 js: Handle detached ArrayBuffer in print_typed_array() 4 gadi atpakaļ
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 gadi atpakaļ
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 gadi atpakaļ
  yeeter-the-dog 3ccf4dc7ad js: Insert newline after each line in REPL mode 4 gadi atpakaļ
  Linus Groh 597cf88c08 LibJS: Implement the 'Hashbang Grammar for JS' proposal 4 gadi atpakaļ
  Luke 411c72da27 js: Add print_number method and use it to print out TypedArray values 4 gadi atpakaļ
  sin-ack aa91284485 Userland: Allow multiple files to be run by js 4 gadi atpakaļ
  Ali Mohammad Pur 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 gadi atpakaļ
  Idan Horowitz e4d267d4fb LibJS: Add the DataView built-in object 4 gadi atpakaļ
  Andreas Kling 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 gadi atpakaļ
  Idan Horowitz a96ac8bd56 LibJS: Add the Map built-in object 4 gadi atpakaļ
  Gunnar Beutner de6d032273 LibJS: Show the VM's last value after executing bytecode programs 4 gadi atpakaļ
  Gunnar Beutner 3a8f913eee LibJS: Don't generate bytecode after we've encountered a parser error 4 gadi atpakaļ
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table 4 gadi atpakaļ
  Idan Horowitz 670be04c81 LibJS: Add the Set built-in object 4 gadi atpakaļ
  Ali Mohammad Pur 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block 4 gadi atpakaļ
  Linus Groh 83be39c91a LibJS: Handle Proxy with Array target in IsArray() abstract operation 4 gadi atpakaļ
  Andreas Kling b609fc6d51 js: Exit the program after dumping and/or running bytecode 4 gadi atpakaļ
  Andreas Kling 69dddd4ef5 LibJS: Start fleshing out a bytecode for the JavaScript engine :^) 4 gadi atpakaļ
  Linus Groh bdd7741ae1 js: Consolidate and re-implement the load() function 4 gadi atpakaļ
  Linus Groh 64f4dc9a36 js: Use default constructor and destructor for global objects 4 gadi atpakaļ
  Marcin Gasperowicz f2d2640c5f js: Define load() in global object for scripts 4 gadi atpakaļ
  Linus Groh 9003dd907e js: Don't print newline for empty ArrayBuffer 4 gadi atpakaļ
  Jean-Baptiste Boric 3038edab00 Utilities: Correct non-standard assert macros includes 4 gadi atpakaļ
  Gunnar Beutner f0fa51773a AK+Userland: Fix some compiler warnings and make variables const-ref 4 gadi atpakaļ
  Ali Mohammad Pur a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 gadi atpakaļ
  Andreas Kling 7ae7170d61 Everywhere: "file name" => "filename" 4 gadi atpakaļ