Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h1517 class JSConstructNodeBase final : public JSCallOrConstructNode {
1519 explicit constexpr JSConstructNodeBase(Node* node) in JSConstructNodeBase() function
1545 using JSConstructNode = JSConstructNodeBase<IrOpcode::kJSConstruct>;
1547 JSConstructNodeBase<IrOpcode::kJSConstructWithSpread>;
1549 JSConstructNodeBase<IrOpcode::kJSConstructWithArrayLike>;