Searched refs:arg1_node (Results 1 – 1 of 1) sorted by relevance
5228 Node* arg1_node = nullptr; in ThrowTypeError() local5229 if (arg1) arg1_node = StringConstant(arg1); in ThrowTypeError()5230 ThrowTypeError(context, message, arg0_node, arg1_node); in ThrowTypeError()