Searched refs:GetFastSubString (Results 1 – 3 of 3) sorted by relevance
85 GateRef GetFastSubString(GateRef glue, GateRef thisValue, GateRef start, GateRef len);
793 GateRef BuiltinsStringStubBuilder::GetFastSubString(GateRef glue, GateRef thisValue, GateRef start,… in GetFastSubString() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
2287 result = stringBuilder.GetFastSubString(glue, thisValue, *start, *resultLength); in LowerStringSubStr()