Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp245 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in CharAt() local
274 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in CharCodeAt() local
308 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in CodePointAt() local
381 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in EndsWith() local
422 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Includes() local
451 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in IndexOf() local
484 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in LastIndexOf() local
746 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Repeat() local
883 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in Replace() local
1019 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in ReplaceAll() local
[all …]
Dbuiltins_array.cpp428 int64_t thisLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp171 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
247 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
355 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
503 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp433 uint32_t thisLen = stack_.size(); in PushValue() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp576 int64_t thisLen = base::ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local