Home
last modified time | relevance | path

Searched refs:space_str_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c1556 ecma_string_t *space_str_p = ecma_get_string_from_value (space); in ecma_builtin_json_stringify() local
1557 ecma_length_t num_of_chars = ecma_string_get_length (space_str_p); in ecma_builtin_json_stringify()
1561 ecma_ref_ecma_string (space_str_p); in ecma_builtin_json_stringify()
1562 context.gap_str_p = space_str_p; in ecma_builtin_json_stringify()
1566 context.gap_str_p = ecma_string_substr (space_str_p, 0, 10); in ecma_builtin_json_stringify()

Completed in 2 milliseconds