Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h753 const Operator* NumberAsinh(); in NON_EXPORTED_BASE()
Dopcodes.h360 V(NumberAsinh) \
Doperation-typer.cc369 Type OperationTyper::NumberAsinh(Type type) { in NumberAsinh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc701 V(NumberAsinh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4712 return ReduceMathUnary(node, simplified()->NumberAsinh()); in ReduceJSCall()