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