Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h55 ecma_builtin_helper_string_index_normalize (ecma_number_t index, uint32_t length, bool nan_to_zero);
Decma-builtin-helpers.c462 … bool nan_to_zero) /**< whether NaN is mapped to zero (t) or length (f) */ in ecma_builtin_helper_string_index_normalize() argument
468 if (!nan_to_zero) in ecma_builtin_helper_string_index_normalize()