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 10063 84.6%
gold [1:9] 1 0.00%
yellow [10:29] 2 0.01%
greenyellow [30:49] 2 0.01%
lawngreen 50+ 1824 15.3%
All colors 11892 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
2013 2228 fxParseUnicodeEscape call site: 02228 fxRunScript
514 10866 fxBuildModule call site: 10866 fxRunImportNow
446 1068 fxNewName call site: 01068 fxToInstance
331 1515 fxLogout call site: 01515 fxSetBreakpointCondition
301 1919 fxBuildGlobal call site: 01919 fxParseScript
207 580 fxDebugThrow call site: 00580 fxDebugLoop
129 11395 fxNewGlobalInstance call site: 11395 fxThrowMessage
128 6353 fxBuildArray call site: 06353 fx_Array_fromAsync_onIterated
118 8708 fxBuildJSON call site: 08708 fxStringifyJSON
96 7845 fxBuildRegExp call site: 07845 fxSetID
86 9561 fxBuildDataView call site: 09561 fx_TypedArray_from_object
80 5343 fxBuildGenerator call site: 05343 fx_AsyncGenerator_prototype_aux

Runtime coverage analysis

Covered functions
236
Functions that are reachable but not covered
1459
Reachable functions
1674
Percentage of reachable functions covered
12.84%
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 152
xs/sources/xsRun.c 34
xs/sources/xsBoolean.c 6
xs/sources/xsArray.c 79
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 46
xs/tools/fdlibm/e_pow.c 1
xs/tools/fdlibm/s_scalbn.c 1
xs/sources/xsGenerator.c 61
xs/sources/xsModule.c 64
xs/sources/xsScript.c 11
xs/sources/xsTree.c 6
xs/sources/xsLexical.c 31
xs/sources/xsBigInt.c 46
xs/tools/fdlibm/e_log.c 1
xs/tools/fdlibm/s_ceil.c 1
xs/sources/xsSyntaxical.c 103
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/sources/xsum.c 5
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 22
xs/sources/xsAtomics.c 29
xs/sources/xsProxy.c 23
xs/sources/xsMapSet.c 85
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 2089 17.1%
gold [1:9] 877 7.19%
yellow [10:29] 929 7.62%
greenyellow [30:49] 418 3.42%
lawngreen 50+ 7875 64.6%
All colors 12188 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
160 1354 fxRunID call site: 01354 fxListGlobal
154 633 fxIDToString call site: 00633 fxEchoInstance
90 3857 fxParserTree call site: 03857 fxJSONModule
74 1614 fxRemapScript call site: 01614 fxSetBreakpointHitCount
74 6407 fxThrow call site: 06407 fx_Array_fromAsync_onIterated
73 1515 fxLogout call site: 01515 fxSetBreakpoint
67 12025 fuzz_oss call site: 12025 fxVerifyInstance
66 1689 fxRunID call site: 01689 fxDebugCommand
65 11166 fxLoadModule call site: 11166 fxLoadScript
36 11629 fxBuildModule call site: 11629 fxThrowMessage
30 600 fxGetKeyName call site: 00600 fxListLocal
29 6353 fxBuildArray call site: 06353 fxNewPromiseCapability

Runtime coverage analysis

Covered functions
1910
Functions that are reachable but not covered
221
Reachable functions
1703
Percentage of reachable functions covered
87.02%
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 74
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 152
xs/sources/xsRun.c 34
xs/sources/xsBoolean.c 6
xs/sources/xsArray.c 79
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 48
xs/tools/fdlibm/e_pow.c 1
xs/tools/fdlibm/s_scalbn.c 1
xs/sources/xsGenerator.c 61
xs/sources/xsModule.c 64
xs/sources/xsScript.c 11
xs/sources/xsTree.c 6
xs/sources/xsLexical.c 31
xs/sources/xsBigInt.c 46
xs/tools/fdlibm/e_log.c 1
xs/tools/fdlibm/s_ceil.c 1
xs/sources/xsSyntaxical.c 103
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/sources/xsum.c 5
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 22
xs/sources/xsAtomics.c 29
xs/sources/xsProxy.c 23
xs/sources/xsMapSet.c 85
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 1916 0 15513 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 323 0 3375 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
75.0%
1947 / 2595
Cyclomatic complexity statically reachable by fuzzers
85.0%
17021 / 20138

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

Directories in report

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