Searched refs:thisIsString (Results 1 – 1 of 1) sorted by relevance
1019 Label thisIsString(env); in Trim() local1023 BRANCH(IsString(thisValue), &thisIsString, slowPath); in Trim()1024 Bind(&thisIsString); in Trim()2782 Label thisIsString(env); in EndsWith() local2806 BRANCH(IsString(thisValue), &thisIsString, slowPath); in EndsWith()2807 Bind(&thisIsString); in EndsWith()2898 Label thisIsString(env); in TrimStart() local2901 BRANCH(IsString(thisValue), &thisIsString, slowPath); in TrimStart()2902 Bind(&thisIsString); in TrimStart()2918 Label thisIsString(env); in TrimEnd() local[all …]