Searched refs:JSName (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-operator.cc | 805 #define UNARY_OP(JSName, Name) \ argument 809 IrOpcode::k##JSName, Operator::kNoProperties, #JSName, 2, 1, 1, 1, 1, \ 815 #define BINARY_OP(JSName, Name) \ in JS_UNOP_WITH_FEEDBACK() argument 817 static constexpr auto kProperties = BinopProperties(IrOpcode::k##JSName); \ in JS_UNOP_WITH_FEEDBACK() 820 IrOpcode::k##JSName, kProperties, #JSName, 3, 1, 1, 1, 1, \ in JS_UNOP_WITH_FEEDBACK()
|
D | js-operator.h | 1168 #define V(JSName, ...) using JSName##Node = JSUnaryOpNode; argument 1190 #define V(JSName, ...) using JSName##Node = JSBinaryOpNode; argument
|