Home
last modified time | relevance | path

Searched refs:replaceString (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp515 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 Dbuiltins_string_stub_builder.h54 GateRef pos, GateRef replaceString);
H A Dbuiltins_string_stub_builder.cpp1478 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 7 milliseconds