Home
last modified time | relevance | path

Searched refs:NumberExp (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h760 const Operator* NumberExp(); in NON_EXPORTED_BASE()
Dopcodes.h368 V(NumberExp) \
Doperation-typer.cc412 Type OperationTyper::NumberExp(Type type) { in NumberExp() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc708 V(NumberExp, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4726 return ReduceMathUnary(node, simplified()->NumberExp()); in ReduceJSCall()