Searched refs:last_dash_pos (Results 1 – 1 of 1) sorted by relevance
264 size_t last_dash_pos = fake_script_id.reverseFind('-'); in GetFunctionIndexFromFakeScriptId() local265 DCHECK_GT(fake_script_id.length(), last_dash_pos); in GetFunctionIndexFromFakeScriptId()267 int func_index = fake_script_id.substring(last_dash_pos + 1).toInteger(&ok); in GetFunctionIndexFromFakeScriptId()