Home
last modified time | relevance | path

Searched refs:GetSubstitution (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.h53 GateRef GetSubstitution(GateRef glue, GateRef searchString, GateRef thisString,
H A Dbuiltins_string_stub_builder.cpp890 GateRef replHandle = GetSubstitution(glue, searchTag, thisValue, pos, replaceTag); in Replace()
1477 GateRef BuiltinsStringStubBuilder::GetSubstitution(GateRef glue, GateRef searchString, GateRef thisString, in GetSubstitution() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h146 static JSTaggedValue GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched,
200 // 21.1.3.14.1 Runtime Semantics: GetSubstitution()
H A Dbuiltins_string.cpp1113 // Let replStr be GetSubstitution(matched, string, pos, captures, replaceValue) in Replace()
1114 replHandle.Update(GetSubstitution(thread, searchString, thisString, pos, capturesList, undefined, replacement)); in Replace()
1238 // Let replStr be GetSubstitution(matched, string, pos, captures, replaceValue) in ReplaceAll()
1239 replHandle.Update(GetSubstitution(thread, searchString, thisString, pos, in ReplaceAll()
1377 JSTaggedValue BuiltinsString::GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, in GetSubstitution() function in panda::ecmascript::builtins::BuiltinsString
1383 BUILTINS_API_TRACE(thread, String, GetSubstitution); in GetSubstitution()
H A Dbuiltins_regexp.cpp1280 replacementString.Update(BuiltinsString::GetSubstitution(thread, matchString, srcString, in ReplaceInternal()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h794 V(String, GetSubstitution) \
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp373 JSTaggedValue result = builtins::BuiltinsString::GetSubstitution(thread, matched, srcString, position, in DEF_RUNTIME_STUBS()

Completed in 43 milliseconds