Searched refs:NumberSinh (Results 1 – 5 of 5) sorted by relevance
772 const Operator* NumberSinh(); in NON_EXPORTED_BASE()
379 V(NumberSinh) \
493 Type OperationTyper::NumberSinh(Type type) { in NumberSinh() function in v8::internal::compiler::OperationTyper
720 V(NumberSinh, Operator::kNoProperties, 1, 0) \
4748 return ReduceMathUnary(node, simplified()->NumberSinh()); in ReduceJSCall()