aboutsummaryrefslogtreecommitdiff
path: root/test/test_jsinterp.py
AgeCommit message (Expand)Author
10 days[jsinterp] Add Debugger from yt-dlpdirkf
2023-07-05[Misc] Fixes for 2.6 compatibilitydirkf
2023-06-11[jsinterp] Fix div bug breaking player 8c7583ffdirkf
2023-05-23[jsinterp] Small updates for a85a875dirkf
2023-05-11[jsinterp] Handle NaN in bitwise operatorsdirkf
2023-04-21[jsinterp] Minimally handle arithmetic operator precedencedirkf
2023-03-07[jsinterp] Fix regexp parsing and .replace[All] methoddirkf
2023-02-02[jsinterp] Improve parsingdirkf
2023-02-02Support `if` statementspukkandan
2022-09-01[jsinterp] Handle new YT players 113ca41c, c57c113cdirkf
2022-08-26[jsinterp] Improve try/catch/finally supportdirkf
2022-08-25[jsinterp] Fix bug in operator precedencedirkf
2022-08-19[jsinterp] Clean up and pull yt-dlp styledirkf
2022-08-19[jsinterp] Handle regexp literals and throw/catch execution (#31182)dirkf
2022-08-17[jsinterp] Improve JS language support (#31175)dirkf
2022-08-14[jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf
2022-01-30Handle default in switch betterdf
2022-01-30Back-port JS interpreter upgrade from yt-dlp PR #1437df
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
2016-11-11[jsinterp] Fix function calls without arguments.Kacper Michajłow
2015-11-10[jsinterp] Support alternative function definition formYen Chi Hsuan
2015-02-18[jsinterp] Disable comment supportPhilipp Hagemeister
2015-02-01[jsinterp] Beef up and add testsPhilipp Hagemeister