Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h772 const Operator* NumberSinh(); in NON_EXPORTED_BASE()
Dopcodes.h379 V(NumberSinh) \
Doperation-typer.cc493 Type OperationTyper::NumberSinh(Type type) { in NumberSinh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc720 V(NumberSinh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4748 return ReduceMathUnary(node, simplified()->NumberSinh()); in ReduceJSCall()