Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h1452 class JSCallNodeBase final : public JSCallOrConstructNode {
1454 explicit constexpr JSCallNodeBase(Node* node) : JSCallOrConstructNode(node) { in JSCallNodeBase() function
1479 using JSCallNode = JSCallNodeBase<IrOpcode::kJSCall>;
1480 using JSCallWithSpreadNode = JSCallNodeBase<IrOpcode::kJSCallWithSpread>;
1481 using JSCallWithArrayLikeNode = JSCallNodeBase<IrOpcode::kJSCallWithArrayLike>;
1483 JSCallNodeBase<IrOpcode::kJSCallWithArrayLike, IrOpcode::kJSCallWithSpread>;