Searched defs:thisLen (Results 1 – 5 of 5) sorted by relevance
245 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in CharAt() local274 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in CharCodeAt() local308 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in CodePointAt() local381 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in EndsWith() local422 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Includes() local451 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in IndexOf() local484 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in LastIndexOf() local746 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Repeat() local883 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in Replace() local1019 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in ReplaceAll() local[all …]
428 int64_t thisLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local
171 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local247 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local355 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local503 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS() local
433 uint32_t thisLen = stack_.size(); in PushValue() local
576 int64_t thisLen = base::ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local