Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc25 constexpr Operator::Properties BinopProperties(Operator::Opcode opcode) { in BinopProperties() function
817 static constexpr auto kProperties = BinopProperties(IrOpcode::k##JSName); \ in JS_UNOP_WITH_FEEDBACK()