Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h770 const Operator* NumberSign(); in NON_EXPORTED_BASE()
Dopcodes.h377 V(NumberSign) \
Doperation-typer.cc463 Type OperationTyper::NumberSign(Type type) { in NumberSign() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc718 V(NumberSign, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4744 return ReduceMathUnary(node, simplified()->NumberSign()); in ReduceJSCall()