Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc270 ZonePtrList<const AstRawString>* arguments_for_wrapped_function, bool* ok) { in ParseFunctionLiteral() argument
272 DCHECK_NULL(arguments_for_wrapped_function); in ParseFunctionLiteral()
Dparser.cc651 ZonePtrList<const AstRawString>* arguments_for_wrapped_function = in PrepareWrappedArguments() local
656 arguments_for_wrapped_function->Add(argument_string, zone); in PrepareWrappedArguments()
658 return arguments_for_wrapped_function; in PrepareWrappedArguments()
675 ZonePtrList<const AstRawString>* arguments_for_wrapped_function = in ParseWrapped() local
681 arguments_for_wrapped_function, CHECK_OK_VOID); in ParseWrapped()
868 ZonePtrList<const AstRawString>* arguments_for_wrapped_function = in DoParseFunction() local
875 arguments_for_wrapped_function, &ok); in DoParseFunction()
2467 ZonePtrList<const AstRawString>* arguments_for_wrapped_function, bool* ok) { in ParseFunctionLiteral() argument
2478 DCHECK_EQ(is_wrapped, arguments_for_wrapped_function != nullptr); in ParseFunctionLiteral()
2650 &suspend_count, arguments_for_wrapped_function, CHECK_OK); in ParseFunctionLiteral()
[all …]
Dparser.h390 ZonePtrList<const AstRawString>* arguments_for_wrapped_function,
462 ZonePtrList<const AstRawString>* arguments_for_wrapped_function,
Dpreparser.h1026 ZonePtrList<const AstRawString>* arguments_for_wrapped_function,