Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dwasm-translation.cc204 size_t last_dash_pos = fake_script_id.reverseFind('-'); in GetFunctionIndexFromFakeScriptId() local
205 DCHECK_GT(fake_script_id.length(), last_dash_pos); in GetFunctionIndexFromFakeScriptId()
207 int func_index = fake_script_id.substring(last_dash_pos + 1).toInteger(&ok); in GetFunctionIndexFromFakeScriptId()