about summary refs log tree commit diff
path: root/test/test_jsinterp.py
Commit message (Expand)AuthorAgeFilesLines
* [Misc] Fixes for 2.6 compatibilitydirkf2023-07-051-4/+6
* [jsinterp] Fix div bug breaking player 8c7583ffdirkf2023-06-111-0/+49
* [jsinterp] Small updates for a85a875dirkf2023-05-231-0/+3
* [jsinterp] Handle NaN in bitwise operatorsdirkf2023-05-111-0/+11
* [jsinterp] Minimally handle arithmetic operator precedencedirkf2023-04-211-0/+11
* [jsinterp] Fix regexp parsing and .replace[All] methoddirkf2023-03-071-10/+36
* [jsinterp] Improve parsingdirkf2023-02-021-3/+50
* Support `if` statementspukkandan2023-02-021-0/+32
* [jsinterp] Handle new YT players 113ca41c, c57c113cdirkf2022-09-011-0/+21
* [jsinterp] Improve try/catch/finally supportdirkf2022-08-261-2/+12
* [jsinterp] Fix bug in operator precedencedirkf2022-08-251-0/+25
* [jsinterp] Clean up and pull yt-dlp styledirkf2022-08-191-10/+10
* [jsinterp] Handle regexp literals and throw/catch execution (#31182)dirkf2022-08-191-0/+21
* [jsinterp] Improve JS language support (#31175)dirkf2022-08-171-0/+114
* [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf2022-08-141-6/+43
* Handle default in switch betterdf2022-01-301-0/+15
* Back-port JS interpreter upgrade from yt-dlp PR #1437df2022-01-301-0/+51
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
* [jsinterp] Fix function calls without arguments.Kacper Michajłow2016-11-111-0/+7
* [jsinterp] Support alternative function definition formYen Chi Hsuan2015-11-101-0/+3
* [jsinterp] Disable comment supportPhilipp Hagemeister2015-02-181-0/+11
* [jsinterp] Beef up and add testsPhilipp Hagemeister2015-02-011-0/+95