Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
js-unittest/ | 03-May-2024 | - | 697 | 452 | ||
Android.bp | D | 03-May-2024 | 428 | 24 | 18 | |
README | D | 03-May-2024 | 311 | 7 | 5 | |
jstocstring.pl | D | 03-May-2024 | 779 | 29 | 25 | |
proxy_resolver_v8_unittest.cc | D | 03-May-2024 | 23.7 KiB | 676 | 462 | |
proxy_test_script.h | D | 03-May-2024 | 27.1 KiB | 761 | 730 |
README
1This directory contains a script that converts the javascript directory 2to a header file containing strings for use with testing. 3 4Do not modify proxy_script_test.h. Instead modify the files contained 5within js-unittest/ and then run the following command. 6 ./jstocstring.pl js-unittest proxy_test_script.h 7