Home
last modified time | relevance | path

Searched defs:replaceTag (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1018 JSHandle<JSTaggedValue> replaceTag = BuiltinsString::GetCallArg(argv, 1); in Replace() local
1145 JSHandle<JSTaggedValue> replaceTag = BuiltinsString::GetCallArg(argv, 1); in ReplaceAll() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp845 GateRef replaceTag = GetCallArg1(numArgs); in Replace() local