Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds