Home
last modified time | relevance | path

Searched defs:thisLen (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp254 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisFlat).GetLength()); in CharAt() local
285 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisFlat).GetLength()); in CharCodeAt() local
321 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisFlat).GetLength()); in CodePointAt() local
397 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in EndsWith() local
439 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Includes() local
469 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in IndexOf() local
503 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in LastIndexOf() local
788 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Repeat() local
927 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in Replace() local
1071 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in ReplaceAll() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp176 GateRef thisLen = GetLengthFromString(*thisFlat); in DECLARE_BUILTINS() local
255 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
371 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
518 GateRef thisLen = GetLengthFromString(*thisFlat); in DECLARE_BUILTINS() local
Dbuiltins_string_stub_builder.cpp151 GateRef thisLen = GetLengthFromString(thisValue); in FastSubString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp647 int64_t thisLen = base::ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local
711 uint32_t thisLen = receiver->GetArrayLength(); in At() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp446 uint32_t thisLen = stack_.size(); in PushValue() local