Searched refs:GetSubstitution (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_string_stub_builder.h | 53 GateRef GetSubstitution(GateRef glue, GateRef searchString, GateRef thisString,
|
H A D | builtins_string_stub_builder.cpp | 890 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 D | builtins_string.h | 146 static JSTaggedValue GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, 200 // 21.1.3.14.1 Runtime Semantics: GetSubstitution()
|
H A D | builtins_string.cpp | 1113 // 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 D | builtins_regexp.cpp | 1280 replacementString.Update(BuiltinsString::GetSubstitution(thread, matchString, srcString, in ReplaceInternal()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 794 V(String, GetSubstitution) \
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 373 JSTaggedValue result = builtins::BuiltinsString::GetSubstitution(thread, matched, srcString, position, in DEF_RUNTIME_STUBS()
|
Completed in 43 milliseconds