Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-symbol-object.c149 bool is_to_string) /**< true - perform the 'toString' routine steps in ecma_symbol_to_string_helper() argument
154 … return is_to_string ? ecma_get_symbol_descriptive_string (this_arg) : ecma_copy_value (this_arg); in ecma_symbol_to_string_helper()
167 … return (is_to_string ? ecma_get_symbol_descriptive_string (ext_object_p->u.class_prop.u.value) in ecma_symbol_to_string_helper()
Decma-symbol-object.h42 ecma_symbol_to_string_helper (ecma_value_t this_arg, bool is_to_string);