Home
last modified time | relevance | path

Searched defs:thisString (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1073 JSHandle<EcmaString> thisString = JSTaggedValue::ToString(thread, thisTag); in Replace() local
1197 JSHandle<EcmaString> thisString = JSTaggedValue::ToString(thread, thisTag); in ReplaceAll() local
1641 JSHandle<EcmaString> thisString = JSTaggedValue::ToString(thread, thisTag); Split() local
1676 CreateArrayFromString(JSThread *thread, EcmaVM *ecmaVm, const JSHandle<EcmaString> &thisString, uint32_t thisLength, uint32_t lim) CreateArrayFromString() argument
1717 CreateArrayBySplitString(JSThread *thread, EcmaVM *ecmaVm, const JSHandle<EcmaString> &thisString, const JSHandle<EcmaString> &seperatorString, uint32_t thisLength, uint32_t seperatorLength, uint32_t lim) CreateArrayBySplitString() argument
1742 CreateArrayThisStringAndSeperatorStringAreNotEmpty(JSThread *thread, EcmaVM *ecmaVm, const JSHandle<EcmaString> &thisString, const JSHandle<EcmaString> &seperatorString, uint32_t thisLength, uint32_t seperatorLength, uint32_t lim) CreateArrayThisStringAndSeperatorStringAreNotEmpty() argument
2149 JSHandle<EcmaString> thisString = JSTaggedValue::ToString(thread, thisTag); SubStr() local
2233 JSHandle<EcmaString> thisString = JSTaggedValue::ToString(thread, thisHandle); GetLength() local
2402 FindCachedResult(const JSThread *thread, const JSHandle<StringSplitResultCache> &cache, const JSHandle<EcmaString> &thisString, const JSHandle<EcmaString> &pattern, bool isOneByte) FindCachedResult() argument
2433 SetCachedResult(const JSThread *thread, const JSHandle<StringSplitResultCache> &cache, const JSHandle<EcmaString> &thisString, const JSHandle<EcmaString> &pattern, const JSHandle<TaggedArray> &resultArray) SetCachedResult() argument
2461 FindCachedResult(const JSThread *thread, const JSHandle<StringToListResultCache> &cache, const JSHandle<EcmaString> &thisString) FindCachedResult() argument
2481 SetCachedResult(const JSThread *thread, const JSHandle<StringToListResultCache> &cache, const JSHandle<EcmaString> &thisString, const JSHandle<TaggedArray> &resultArray) SetCachedResult() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1477 GateRef BuiltinsStringStubBuilder::GetSubstitution(GateRef glue, GateRef searchString, GateRef thisString, in GetSubstitution() argument

Completed in 9 milliseconds