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

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 9842 84.2%
gold [1:9] 3 0.02%
yellow [10:29] 1 0.00%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1840 15.7%
All colors 11686 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
10012 13211 5 :

['fxToInteger', 'fxReference', '_xsGet', '_xsmcGetViewBuffer', 'fxReport']

10012 19605 _xsmcGetBuffer call site: 11600 /src/moddable/xs/sources/xsmc.c:290
3231 3231 1 :

['fxToJSONKeys']

7292 17517 fx_JSON_parse call site: 08435 /src/moddable/xs/sources/xsJSON.c:117
3197 16853 5 :

['fxToBoolean', 'fxID', 'fxIncrementalVars', '_xsGet', 'fxCheckVar']

3197 46557 xs_textdecoder_decode call site: 11591 /src/moddable/modules/data/text/decoder/textdecoder.c:103
3197 3197 1 :

['fxDebugLoop']

3197 3197 fxDebugThrow call site: 00579 /src/moddable/xs/sources/xsDebug.c:1228
846 846 2 :

['fxSizeToCapacity', 'fxNewGrowableChunk']

846 846 fxSetIndexProperty call site: 00000 /src/moddable/xs/sources/xsProperty.c:359
433 433 2 :

['fxAbort', 'fxReport']

433 533 fxGrowChunks call site: 00013 /src/moddable/xs/sources/xsMemory.c:623
433 433 2 :

['fxAbort', 'fxReport']

433 433 fxOverflow call site: 00173 /src/moddable/xs/sources/xsAPI.c:1311
433 433 2 :

['fxAbort', 'fxReport']

433 433 fxOverflow call site: 00175 /src/moddable/xs/sources/xsAPI.c:1317
433 433 2 :

['fxAbort', 'fxReport']

433 433 fxCheckChunk call site: 00380 /src/moddable/xs/sources/xsMemory.c:239
38 38 1 :

['fxIsSameValue']

38 59 fxOrdinaryDefineOwnProperty call site: 00000 /src/moddable/xs/sources/xsType.c:378
24 24 1 :

['fxAbort']

24 24 fxGrowKeys call site: 00408 /src/moddable/xs/sources/xsMemory.c:668
10 10 2 :

['dladdr', 'fxIntegerToString']

34 34 fxBufferFunctionNameAddress call site: 00528 /src/moddable/xs/sources/xsAll.c:150

Runtime coverage analysis

Covered functions
235
Functions that are reachable but not covered
1440
Reachable functions
1654
Percentage of reachable functions covered
12.94%
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/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 54
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/math_private.h 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 1937 16.1%
gold [1:9] 847 7.06%
yellow [10:29] 799 6.66%
greenyellow [30:49] 531 4.42%
lawngreen 50+ 7877 65.6%
All colors 11991 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
6406 13211 5 :

['fxToInteger', 'fxReference', '_xsGet', '_xsmcGetViewBuffer', 'fxReport']

6406 19605 _xsmcGetBuffer call site: 11600 /src/moddable/xs/sources/xsmc.c:290
5907 5907 1 :

['fxImportModuleStuff']

5907 13150 fxRunImportAux call site: 10791 /src/moddable/xs/sources/xsModule.c:2297
4372 4372 2 :

['fxGetNextTokenJSON', 'fxJSONModule']

4372 4372 fxParserTree call site: 03810 /src/moddable/xs/sources/xsTree.c:227
3202 11217 6 :

['fxThrowMessage', 'fxGetID', 'fxNewSlot', 'fxCheckLength', 'fxOverflow', 'fxReport']

3202 11217 fxGetBufferInfo call site: 08934 /src/moddable/xs/sources/xsDataView.c:845
819 819 1 :

['fxAllocateRegExpData']

819 41808 fx_RegExp_prototype_exec call site: 07676 /src/moddable/xs/sources/xsRegExp.c:498
814 814 1 :

['fxNewNameX']

814 814 fxToID call site: 10728 /src/moddable/xs/sources/xsAPI.c:958
814 814 1 :

['fxNewNameX']

814 814 fxResolveSpecifier call site: 10859 /src/moddable/xs/sources/xsModule.c:2155
814 814 1 :

['fxNewNameX']

814 814 fxMapModuleDescriptor call site: 10924 /src/moddable/xs/sources/xsModule.c:1839
814 814 1 :

['fxNewNameX']

814 814 fxMapModuleDescriptor call site: 10942 /src/moddable/xs/sources/xsModule.c:1893
814 814 1 :

['fxNewNameX']

814 814 fxAt call site: 01335 /src/moddable/xs/sources/xsSymbol.c:461
112 112 1 :

['fxFileEvalString']

112 335 fxParseScript call site: 04109 /src/moddable/xs/sources/xsPlatforms.c:342
10 3271 9 :

['pthread_cond_destroy', 'pthread_cond_wait', 'fxThrowMessage', 'fxMemFree', '__ieee754_fmod', 'pthread_cond_timedwait', 'pthread_self', 'fxDateNow', 'pthread_cond_init']

12 3273 fxWaitSharedChunk call site: 09727 /src/moddable/xs/sources/xsAtomics.c:953

Runtime coverage analysis

Covered functions
1889
Functions that are reachable but not covered
214
Reachable functions
1682
Percentage of reachable functions covered
87.28%
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/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 54
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/math_private.h 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 1401 153 47 1895 0 15303 3020
yaml_emitter_dump /src/moddable/xs/tools/yaml/dumper.c 2 ['N/A', 'N/A'] 13 0 239 31 10 74 0 1284 1242
fxFunctionNodeCode /src/moddable/xs/sources/xsCode.c 2 ['N/A', 'N/A'] 12 0 778 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 212 27 11 321 0 3351 106
fxBodyNodeCode /src/moddable/xs/sources/xsCode.c 2 ['N/A', 'N/A'] 12 0 113 13 6 44 0 170 78
fxScopeLookup /src/moddable/xs/sources/xsScope.c 3 ['N/A', 'N/A', 'int'] 10 0 440 70 25 18 9 101 61
fxGlobalSetProperty /src/moddable/xs/sources/xsGlobal.c 5 ['N/A', 'N/A', 'int', 'int', 'char'] 20 0 107 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%
1927 / 2533
Cyclomatic complexity statically reachable by fuzzers
86.0%
16813 / 19593

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

Directories in report

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