Project: quickjs

Language c
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 3
Lines of code 51415
Lines covered 19024
Code coverage 37.00%
Code coverage report Report link
Static reachability 50.46%
Fuzz Introspector report Report link (from 2025-05-30)
Fuzzer Code coverage (lines) Latest Report Comments
fuzz_eval 23.92% (avg: 20.86%, max: 24.14%) 2025-05-30
fuzz_regexp 53.62% (avg: 50.94%, max: 53.67%) 2025-05-30

Historical Progression

Per Fuzzer Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
js_parse_export /src/quickjs/quickjs.c 6554 0.0%
js_parse_delete /src/quickjs/quickjs.c 6554 0.0%
js_parse_object_literal /src/quickjs/quickjs.c 6554 11.32%
js_parse_destructuring_element /src/quickjs/quickjs.c 6554 19.49%
js_regexp_compile /src/quickjs/quickjs.c 5355 0.0%
js_std_eval_binary /src/quickjs/quickjs-libc.c 5199 0.0%
js_std_eval_binary_json_module /src/quickjs/quickjs-libc.c 5157 0.0%
js_regexp_Symbol_replace /src/quickjs/quickjs.c 5012 0.0%
js_regexp_Symbol_match /src/quickjs/quickjs.c 4896 0.0%
js_regexp_string_iterator_next /src/quickjs/quickjs.c 4876 0.0%