Searched refs:GetEndLine (Results 1 – 3 of 3) sorted by relevance
62 int GetEndLine(const String16& script_id, int func_index);
326 int WasmTranslation::GetEndLine(const String16& script_id, int func_index) { in GetEndLine() function in v8_inspector::WasmTranslation
322 return m_wasmTranslation->GetEndLine(m_id, m_functionIndex); in endLine()