Searched refs:replaceString (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_regexp_test.cpp | 515 JSHandle<EcmaString> replaceString = in HWTEST_F_L0() local 521 ecmaRuntimeCallInfo->SetCallArg(1, replaceString.GetTaggedValue()); in HWTEST_F_L0() 542 JSHandle<EcmaString> replaceString = factory->NewFromASCII("[$01$02$03$04$00]"); in HWTEST_F_L0() local 547 ecmaRuntimeCallInfo->SetCallArg(1, replaceString.GetTaggedValue()); in HWTEST_F_L0() 567 JSHandle<EcmaString> replaceString = factory->NewFromASCII(""); in HWTEST_F_L0() local 572 ecmaRuntimeCallInfo->SetCallArg(1, replaceString.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_string_stub_builder.h | 54 GateRef pos, GateRef replaceString);
|
H A D | builtins_string_stub_builder.cpp | 1478 GateRef pos, GateRef replaceString)
in GetSubstitution() 1499 replaceFlat.FlattenString(glue, replaceString, &replaceFlattenFastPath);
in GetSubstitution() 1506 result = replaceString;
in GetSubstitution() 1512 {searchString, thisString, IntToTaggedInt(pos), replaceString});
in GetSubstitution() 1477 GetSubstitution(GateRef glue, GateRef searchString, GateRef thisString, GateRef pos, GateRef replaceString) GetSubstitution() argument
|
Completed in 8 milliseconds