Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h752 const Operator* NumberAsin(); in NON_EXPORTED_BASE()
Dopcodes.h359 V(NumberAsin) \
Doperation-typer.cc364 Type OperationTyper::NumberAsin(Type type) { in NumberAsin() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc700 V(NumberAsin, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4710 return ReduceMathUnary(node, simplified()->NumberAsin()); in ReduceJSCall()