Searched refs:parameters_end_pos (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-function.cc | 45 int parameters_end_pos = kNoSourcePosition; in CreateDynamicFunction() local 62 parameters_end_pos = builder.Length(); in CreateDynamicFunction() 90 ONLY_SINGLE_FUNCTION_LITERAL, parameters_end_pos, is_code_like), in CreateDynamicFunction()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.h | 317 int parameters_end_pos() const { return parameters_end_pos_; } in parameters_end_pos() function in v8::internal::ParseInfo 318 void set_parameters_end_pos(int parameters_end_pos) { in set_parameters_end_pos() argument 319 parameters_end_pos_ = parameters_end_pos; in set_parameters_end_pos()
|
H A D | parser.cc | 453 parameters_end_pos_(info->parameters_end_pos()) { in Parser()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.h | 150 ParseRestriction restriction, int parameters_end_pos, 167 ParseRestriction restriction, int parameters_end_pos, bool is_code_like); 179 int parameters_end_pos);
|
H A D | compiler.cc | 2298 ParseRestriction restriction, int parameters_end_pos, in Compile() 2316 parameters_end_pos != kNoSourcePosition) { in Compile() 2317 // use the parameters_end_pos as the eval_scope_position in the eval cache. in Compile() 2319 eval_scope_position = -parameters_end_pos; in Compile() 2350 parse_info.set_parameters_end_pos(parameters_end_pos); in Compile() 2556 ParseRestriction restriction, int parameters_end_pos) { in Compile() 2577 restriction, parameters_end_pos, in Compile() 2584 ParseRestriction restriction, int parameters_end_pos, bool is_code_like) { in Compile() 2590 parameters_end_pos); in Compile() 2295 GetFunctionFromEval( Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, LanguageMode language_mode, ParseRestriction restriction, int parameters_end_pos, int eval_scope_position, int eval_position, ParsingWhileDebugging parsing_while_debugging) Compile() argument 2554 GetFunctionFromValidatedString( Handle<Context> context, MaybeHandle<String> source, ParseRestriction restriction, int parameters_end_pos) Compile() argument 2582 GetFunctionFromString( Handle<Context> context, Handle<Object> source, ParseRestriction restriction, int parameters_end_pos, bool is_code_like) Compile() argument
|
Completed in 14 milliseconds