MCPcopy Create free account
hub / github.com/nodejs/node / _numericLiteral

Function _numericLiteral

deps/v8/tools/clusterfuzz/js_fuzzer/mutators/common.js:107–109  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

105}
106
107function _numericLiteral(number) {
108 return babelTypes.numericLiteral(number);
109}
110
111function _unwrapExpressionStatement(value) {
112 if (babelTypes.isExpressionStatement(value)) {

Callers 5

randomObjectFunction · 0.85
randomPropertyFunction · 0.85
callRandomFunctionFunction · 0.85
nearbyRandomNumberFunction · 0.85
randomInterestingNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected