Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1019 Label thisIsString(env); in Trim() local
1023 BRANCH(IsString(thisValue), &thisIsString, slowPath); in Trim()
1024 Bind(&thisIsString); in Trim()
2782 Label thisIsString(env); in EndsWith() local
2806 BRANCH(IsString(thisValue), &thisIsString, slowPath); in EndsWith()
2807 Bind(&thisIsString); in EndsWith()
2898 Label thisIsString(env); in TrimStart() local
2901 BRANCH(IsString(thisValue), &thisIsString, slowPath); in TrimStart()
2902 Bind(&thisIsString); in TrimStart()
2918 Label thisIsString(env); in TrimEnd() local
[all …]