Home
last modified time | relevance | path

Searched refs:ecma_string_trim (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h373 ecma_string_t *ecma_string_trim (const ecma_string_t *string_p);
Decma-helpers-string.c2525 ecma_string_trim (const ecma_string_t *string_p) /**< pointer to an ecma string */ in ecma_string_trim() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c1110 ecma_string_t *trimmed_string_p = ecma_string_trim (original_string_p); in ecma_builtin_string_prototype_object_trim()