Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h774 const Operator* NumberTan(); in NON_EXPORTED_BASE()
Dopcodes.h381 V(NumberTan) \
Doperation-typer.cc503 Type OperationTyper::NumberTan(Type type) { in NumberTan() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc722 V(NumberTan, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4752 return ReduceMathUnary(node, simplified()->NumberTan()); in ReduceJSCall()