Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc5228 Node* arg1_node = nullptr; in ThrowTypeError() local
5229 if (arg1) arg1_node = StringConstant(arg1); in ThrowTypeError()
5230 ThrowTypeError(context, message, arg0_node, arg1_node); in ThrowTypeError()