Searched refs:JSCreateLiteralOpNode (Results 1 – 3 of 3) sorted by relevance
1244 class JSCreateLiteralOpNode final : public JSNodeWrapperBase {1246 explicit constexpr JSCreateLiteralOpNode(Node* node) in JSCreateLiteralOpNode() function1262 using JSCreateLiteralArrayNode = JSCreateLiteralOpNode;1263 using JSCreateLiteralObjectNode = JSCreateLiteralOpNode;1264 using JSCreateLiteralRegExpNode = JSCreateLiteralOpNode;
1099 JSCreateLiteralOpNode n(node); in ReduceJSCreateLiteralArrayOrObject()
4239 JSCreateLiteralOpNode args_node(arguments_list); in ReduceCallOrConstructWithArrayLikeOrSpread()