Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: xst_jsonparse

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 9810 84.2%
gold [1:9] 1 0.00%
yellow [10:29] 3 0.02%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1832 15.7%
All colors 11646 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1982 2219 fxParseUnicodeEscape call site: 02219 fxRunScript
515 10606 fxBuildModule call site: 10606 fxRunImportNow
438 1068 fxNewName call site: 01068 fxToInstance
334 1507 fxLogout call site: 01507 fxSetBreakpointCondition
297 1914 fxBuildGlobal call site: 01914 fxParseScript
207 580 fxDebugThrow call site: 00580 fxDebugLoop
130 11135 fxNewGlobalInstance call site: 11135 fxThrowMessage
115 8498 fxBuildJSON call site: 08498 fxStringifyJSON
96 7641 fxBuildRegExp call site: 07641 fxSetID
84 9326 fxBuildDataView call site: 09326 fx_TypedArray_from_object
80 5286 fxBuildGenerator call site: 05286 fx_AsyncGenerator_prototype_aux
67 992 fxNewEnvironmentInstance call site: 00992 fxRunUsed

Runtime coverage analysis

Covered functions
235
Functions that are reachable but not covered
1434
Reachable functions
1648
Percentage of reachable functions covered
12.99%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
xs/tools/xstFuzz.c 12
xs/sources/xsAPI.c 71
xs/tools/xst.c 15
xs/sources/xsMemory.c 29
xs/sources/xsDebug.c 67
xs/sources/xsCommon.c 24
xs/sources/xsdtoa.c 36
xs/sources/xsPlatforms.c 6
xs/sources/xsString.c 73
xs/sources/xsType.c 16
xs/sources/xsProfile.c 16
xs/sources/xsSymbol.c 22
xs/sources/xsAll.c 12
xs/sources/xsProperty.c 18
xs/sources/xsGlobal.c 16
xs/sources/xsFunction.c 16
xs/sources/xsObject.c 40
xs/sources/xsNumber.c 19
xs/sources/xsDataView.c 151
xs/sources/xsRun.c 34
xs/sources/xsBoolean.c 6
xs/sources/xsArray.c 73
xs/sources/xsPromise.c 34
xs/tools/fdlibm/s_trunc.c 1
xs/tools/fdlibm/e_fmod.c 1
xs/tools/fdlibm/math_private.h 2
xs/sources/xsMath.c 45
xs/tools/fdlibm/e_pow.c 1
xs/tools/fdlibm/s_scalbn.c 1
xs/sources/xsGenerator.c 57
xs/sources/xsModule.c 64
xs/sources/xsScript.c 11
xs/sources/xsTree.c 6
xs/sources/xsLexical.c 31
xs/sources/xsBigInt.c 47
xs/tools/fdlibm/e_log.c 1
xs/tools/fdlibm/s_ceil.c 1
xs/sources/xsSyntaxical.c 100
xs/sources/xsre.c 67
xs/sources/xsScope.c 4
xs/sources/xsCode.c 7
xs/sources/xsArguments.c 2
xs/sources/xsRegExp.c 30
xs/tools/fdlibm/s_log1p.c 1
xs/sources/xsDate.c 69
xs/tools/fdlibm/e_acos.c 1
xs/tools/fdlibm/e_acosh.c 1
xs/tools/fdlibm/e_asin.c 1
xs/tools/fdlibm/s_asinh.c 1
xs/tools/fdlibm/s_atan.c 1
xs/tools/fdlibm/e_atanh.c 1
xs/tools/fdlibm/e_atan2.c 1
xs/tools/fdlibm/s_cbrt.c 1
xs/tools/fdlibm/s_cos.c 1
xs/tools/fdlibm/k_cos.c 1
xs/tools/fdlibm/e_rem_pio2.c 1
xs/tools/fdlibm/k_rem_pio2.c 1
xs/tools/fdlibm/k_sin.c 1
xs/tools/fdlibm/e_cosh.c 1
xs/tools/fdlibm/s_expm1.c 1
xs/tools/fdlibm/e_exp.c 1
xs/tools/fdlibm/k_exp.c 2
xs/tools/fdlibm/e_hypot.c 1
xs/tools/fdlibm/e_log10.c 1
xs/tools/fdlibm/k_log.h 1
xs/tools/fdlibm/s_sin.c 1
xs/tools/fdlibm/e_sinh.c 1
xs/tools/fdlibm/s_tan.c 1
xs/tools/fdlibm/k_tan.c 1
xs/tools/fdlibm/s_tanh.c 1
xs/sources/xsError.c 35
xs/sources/xsJSON.c 20
xs/sources/xsAtomics.c 29
xs/sources/xsProxy.c 23
xs/sources/xsMapSet.c 81
xs/sources/xsSourceMap.c 3
modules/data/text/decoder/textdecoder.c 7
xs/sources/xsmc.c 7

Fuzzer: xst

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1976 16.5%
gold [1:9] 932 7.79%
yellow [10:29] 875 7.32%
greenyellow [30:49] 479 4.00%
lawngreen 50+ 7687 64.3%
All colors 11949 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
154 633 fxIDToString call site: 00633 fxEchoInstance
152 1354 fxRunID call site: 01354 fxListGlobal
90 3813 fxParserTree call site: 03813 fxJSONModule
77 1606 fxRemapScript call site: 01606 fxSetBreakpointHitCount
73 1507 fxLogout call site: 01507 fxSetBreakpoint
71 11784 fuzz_oss call site: 11784 fxVerifyInstance
66 1684 fxRunID call site: 01684 fxDebugCommand
66 10907 fxLoadModule call site: 10907 fxLoadScript
37 11372 fxBuildModule call site: 11372 fxThrowMessage
30 600 fxGetKeyName call site: 00600 fxListLocal
27 8325 fx_AsyncDisposableStack_prototype_move call site: 08325 fx_Promise_resolveAux
26 1800 fxRunID call site: 01800 fxEchoProperty

Runtime coverage analysis

Covered functions
1892
Functions that are reachable but not covered
214
Reachable functions
1676
Percentage of reachable functions covered
87.23%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
xs/tools/xstFuzz.c 15
xs/sources/xsAPI.c 73
xs/tools/xst.c 18
xs/sources/xsMemory.c 29
xs/sources/xsDebug.c 67
xs/sources/xsCommon.c 24
xs/sources/xsdtoa.c 36
xs/sources/xsPlatforms.c 6
xs/sources/xsString.c 73
xs/sources/xsType.c 16
xs/sources/xsProfile.c 16
xs/sources/xsSymbol.c 22
xs/sources/xsAll.c 13
xs/sources/xsProperty.c 18
xs/sources/xsGlobal.c 16
xs/sources/xsFunction.c 16
xs/sources/xsObject.c 40
xs/sources/xsNumber.c 19
xs/sources/xsDataView.c 151
xs/sources/xsRun.c 34
xs/sources/xsBoolean.c 6
xs/sources/xsArray.c 73
xs/sources/xsPromise.c 35
xs/tools/fdlibm/s_trunc.c 1
xs/tools/fdlibm/e_fmod.c 1
xs/tools/fdlibm/math_private.h 2
xs/sources/xsMath.c 47
xs/tools/fdlibm/e_pow.c 1
xs/tools/fdlibm/s_scalbn.c 1
xs/sources/xsGenerator.c 57
xs/sources/xsModule.c 64
xs/sources/xsScript.c 11
xs/sources/xsTree.c 6
xs/sources/xsLexical.c 31
xs/sources/xsBigInt.c 47
xs/tools/fdlibm/e_log.c 1
xs/tools/fdlibm/s_ceil.c 1
xs/sources/xsSyntaxical.c 100
xs/sources/xsre.c 67
xs/sources/xsScope.c 4
xs/sources/xsCode.c 7
xs/sources/xsArguments.c 2
xs/sources/xsRegExp.c 30
xs/tools/fdlibm/s_log1p.c 1
xs/sources/xsDate.c 70
xs/tools/fdlibm/e_acos.c 1
xs/tools/fdlibm/e_acosh.c 1
xs/tools/fdlibm/e_asin.c 1
xs/tools/fdlibm/s_asinh.c 1
xs/tools/fdlibm/s_atan.c 1
xs/tools/fdlibm/e_atanh.c 1
xs/tools/fdlibm/e_atan2.c 1
xs/tools/fdlibm/s_cbrt.c 1
xs/tools/fdlibm/s_cos.c 1
xs/tools/fdlibm/k_cos.c 1
xs/tools/fdlibm/e_rem_pio2.c 1
xs/tools/fdlibm/k_rem_pio2.c 1
xs/tools/fdlibm/k_sin.c 1
xs/tools/fdlibm/e_cosh.c 1
xs/tools/fdlibm/s_expm1.c 1
xs/tools/fdlibm/e_exp.c 1
xs/tools/fdlibm/k_exp.c 2
xs/tools/fdlibm/e_hypot.c 1
xs/tools/fdlibm/e_log10.c 1
xs/tools/fdlibm/k_log.h 1
xs/tools/fdlibm/s_sin.c 1
xs/tools/fdlibm/e_sinh.c 1
xs/tools/fdlibm/s_tan.c 1
xs/tools/fdlibm/k_tan.c 1
xs/tools/fdlibm/s_tanh.c 1
xs/sources/xsError.c 35
xs/sources/xsJSON.c 20
xs/sources/xsAtomics.c 29
xs/sources/xsProxy.c 23
xs/sources/xsMapSet.c 81
xs/sources/xsSourceMap.c 3
modules/data/text/decoder/textdecoder.c 7
xs/sources/xsmc.c 7
xs/sources/xsLockdown.c 15

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
omain /src/moddable/xs/tools/xst.c 2 ['int', 'N/A'] 84 0 1379 153 47 1889 0 15268 3021
yaml_emitter_dump /src/moddable/xs/tools/yaml/dumper.c 2 ['N/A', 'N/A'] 13 0 234 31 10 74 0 1284 1242
fxFunctionNodeCode /src/moddable/xs/sources/xsCode.c 2 ['N/A', 'N/A'] 12 0 762 98 35 42 0 198 123
fxArrayDefineOwnProperty /src/moddable/xs/sources/xsArray.c 6 ['N/A', 'N/A', 'int', 'int', 'N/A', 'char'] 30 0 202 27 11 322 0 3350 106
fxBodyNodeCode /src/moddable/xs/sources/xsCode.c 2 ['N/A', 'N/A'] 12 0 108 13 6 44 0 170 78
fxScopeLookup /src/moddable/xs/sources/xsScope.c 3 ['N/A', 'N/A', 'int'] 10 0 435 70 25 18 9 101 61
fxGlobalSetProperty /src/moddable/xs/sources/xsGlobal.c 5 ['N/A', 'N/A', 'int', 'int', 'char'] 20 0 100 14 6 105 0 910 54

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
76.0%
1921 / 2534
Cyclomatic complexity statically reachable by fuzzers
86.0%
16778 / 19601

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/moddable/modules/data/text/decoder/textdecoder.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsError.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsLexical.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsAPI.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/math_private.h ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/yaml/scanner.c [] []
/src/moddable/xs/sources/xsProfile.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsTree.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/s_sin.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsLockdown.c ['xst'] ['xst']
/src/moddable/modules/data/base64/modBase64.c [] []
/src/moddable/modules/data/text/encoder/textencoder.c [] []
/src/moddable/xs/sources/xsBigInt.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_fmod.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/k_tan.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/yaml/dumper.c [] []
/src/moddable/xs/sources/xsArray.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/yaml/writer.c [] []
/src/moddable/xs/sources/xsGenerator.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsSourceMap.c ['xst_jsonparse', 'xst'] []
/src/moddable/xs/sources/xsNumber.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/s_tan.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/s_log1p.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsGlobal.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsRegExp.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_hypot.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsCode.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsPlatforms.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/s_tanh.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/s_atan.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/s_expm1.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsPromise.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsArguments.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/s_ceil.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsType.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/s_scalbn.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/e_exp.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsMarshall.c [] []
/src/moddable/xs/sources/xsMemory.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsFunction.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsAll.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_atan2.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsAtomics.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsString.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/s_cbrt.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/xstFuzz.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsProperty.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/yaml/loader.c [] []
/src/moddable/xs/tools/fdlibm/e_cosh.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsModule.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsJSON.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_acosh.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsMath.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsSyntaxical.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/k_log.h ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsRun.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_log10.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/yaml/emitter.c [] []
/src/moddable/xs/tools/fdlibm/e_pow.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/s_trunc.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/e_atanh.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsSymbol.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsdtoa.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsDate.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/k_cos.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/e_acos.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsDebug.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_sinh.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsScope.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/xst.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_asin.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsmc.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_rem_pio2.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/yaml/parser.c [] []
/src/moddable/xs/tools/fdlibm/s_asinh.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/k_rem_pio2.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsObject.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsMapSet.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/e_log.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsBoolean.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsProxy.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/sources/xsScript.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsre.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/fdlibm/k_sin.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/sources/xsCommon.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/xst262.c [] []
/src/moddable/xs/tools/fdlibm/s_cos.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/yaml/api.c [] []
/src/moddable/xs/sources/xsDataView.c ['xst_jsonparse', 'xst'] ['xst_jsonparse', 'xst']
/src/moddable/xs/tools/fdlibm/k_exp.c ['xst_jsonparse', 'xst'] ['xst']
/src/moddable/xs/tools/yaml/reader.c [] []

Directories in report

Directory
/src/moddable/modules/data/text/decoder/
/src/moddable/modules/data/text/encoder/
/src/moddable/xs/tools/
/src/moddable/xs/tools/fdlibm/
/src/moddable/modules/data/base64/
/src/moddable/xs/sources/
/src/moddable/xs/tools/yaml/