Home
last modified time | relevance | path

Searched refs:string_buff (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-intrinsic.c116 ECMA_STRING_TO_UTF8_STRING (str_p, string_buff, string_buff_size); in ecma_builtin_intrinsic_dispatch_routine()
120 ret_value = ecma_number_parse_int (string_buff, in ecma_builtin_intrinsic_dispatch_routine()
127 ret_value = ecma_number_parse_float (string_buff, in ecma_builtin_intrinsic_dispatch_routine()
130 ECMA_FINALIZE_UTF8_STRING (string_buff, string_buff_size); in ecma_builtin_intrinsic_dispatch_routine()
Decma-builtin-global.c827 ECMA_STRING_TO_UTF8_STRING (str_p, string_buff, string_buff_size); in ecma_builtin_global_dispatch_routine()
831 ret_value = ecma_number_parse_int (string_buff, in ecma_builtin_global_dispatch_routine()
838 ret_value = ecma_number_parse_float (string_buff, in ecma_builtin_global_dispatch_routine()
842 ECMA_FINALIZE_UTF8_STRING (string_buff, string_buff_size); in ecma_builtin_global_dispatch_routine()
Decma-builtin-json.c776 ECMA_STRING_TO_UTF8_STRING (string_p, string_buff, string_buff_size); in ecma_builtin_json_quote()
777 const lit_utf8_byte_t *str_p = string_buff; in ecma_builtin_json_quote()
778 const lit_utf8_byte_t *regular_str_start_p = string_buff; in ecma_builtin_json_quote()
855 ECMA_FINALIZE_UTF8_STRING (string_buff, string_buff_size); in ecma_builtin_json_quote()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c721 ecma_number_parse_int (const lit_utf8_byte_t *string_buff, /**< routine's first argument's in ecma_number_parse_int() argument
732 const lit_utf8_byte_t *string_curr_p = string_buff; in ecma_number_parse_int()
899 ecma_number_parse_float (const lit_utf8_byte_t *string_buff, /**< routine's first argument's in ecma_number_parse_float() argument
909 const lit_utf8_byte_t *str_curr_p = string_buff; in ecma_number_parse_float()
Decma-helpers.h407 ecma_value_t ecma_number_parse_int (const lit_utf8_byte_t *string_buff,
410 ecma_value_t ecma_number_parse_float (const lit_utf8_byte_t *string_buff,