Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes.cc2317 int function_start_pos = shared->StartPosition(); in Print() local
2318 int line = script.GetLineNumber(function_start_pos) + 1; in Print()