Searched refs:eval_scope_position (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-compiler.cc | 350 int eval_scope_position, int eval_position) { in CompileGlobalEval() 382 restriction, kNoSourcePosition, eval_scope_position, eval_position), in CompileGlobalEval() 346 CompileGlobalEval(Isolate* isolate, Handle<i::Object> source_object, Handle<SharedFunctionInfo> outer_info, LanguageMode language_mode, int eval_scope_position, int eval_position) CompileGlobalEval() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 2299 int eval_scope_position, int eval_position, in Compile() 2311 // The actual eval_scope_position for indirect eval and CreateDynamicFunction in Compile() 2317 // use the parameters_end_pos as the eval_scope_position in the eval cache. in Compile() 2318 DCHECK_EQ(eval_scope_position, 0); in Compile() 2319 eval_scope_position = -parameters_end_pos; in Compile() 2323 source, outer_info, context, language_mode, eval_scope_position); in Compile() 2409 new_feedback_cell, eval_scope_position); in Compile() 2425 new_feedback_cell, eval_scope_position); in Compile() 2571 int eval_scope_position = 0; in Compile() local 2578 eval_scope_position, eval_positio 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 [all...] |
H A D | compiler.h | 151 int eval_scope_position, int eval_position,
|
Completed in 7 milliseconds