Searched refs:fake_script_id (Results 1 – 1 of 1) sorted by relevance
251 String16 fake_script_id = GetFakeScriptId(underlyingScriptId, func_idx); in AddFakeScript() local256 fake_script_id, std::move(fake_script_url), in AddFakeScript()263 int GetFunctionIndexFromFakeScriptId(const String16& fake_script_id) { in GetFunctionIndexFromFakeScriptId() argument264 size_t last_dash_pos = fake_script_id.reverseFind('-'); in GetFunctionIndexFromFakeScriptId()265 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()