Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h776 const Operator* NumberTrunc(); in NON_EXPORTED_BASE()
Dopcodes.h383 V(NumberTrunc) \
Doperation-typer.cc513 Type OperationTyper::NumberTrunc(Type type) { in NumberTrunc() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc724 V(NumberTrunc, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4756 return ReduceMathUnary(node, simplified()->NumberTrunc()); in ReduceJSCall()