Home
last modified time | relevance | path

Searched refs:ECMA_STRING_SIZE_LIMIT (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1488 #define ECMA_STRING_SIZE_LIMIT UINT32_MAX macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c1159 if ((uint32_t) repeat_count >= (ECMA_STRING_SIZE_LIMIT / size)) in ecma_builtin_string_prototype_object_repeat()