Home
last modified time | relevance | path

Searched refs:NumericLiteral (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dnumber_mutator.js70 NumericLiteral(path) {
76 // expression below. E.g. -5 is UnaryExpression(-, NumericLiteral(5)).
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h232 // For `heap[expr >> value:NumericLiteral]` this indicates from where to
378 AsmType* NumericLiteral(); // 6.8.2 NumericLiteral
H A Dasm-parser.cc1421 // 6.8.2 NumericLiteral
1422 AsmType* AsmJsParser::NumericLiteral() { in NumericLiteral() function in v8::internal::wasm::AsmJsParser
1480 RECURSEn(ret = NumericLiteral()); in CallExpression()
1866 // of a heap access operation expecting `a >> n:NumericLiteral`. in ShiftExpression()
1879 // Check for `a >> n:NumericLiteral` pattern. in ShiftExpression()

Completed in 6 milliseconds