Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c90 ecma_builtin_symbol_for_helper (ecma_value_t value_to_find) /**< symbol or ecma-string */ in ecma_builtin_symbol_for_helper() argument
94 bool is_for = ecma_is_value_string (value_to_find); in ecma_builtin_symbol_for_helper()
98 string_p = ecma_get_string_from_value (value_to_find); in ecma_builtin_symbol_for_helper()
102 string_p = ecma_get_symbol_from_value (value_to_find); in ecma_builtin_symbol_for_helper()
161 ecma_string_t *new_symbol_p = ecma_new_symbol_from_descriptor_string (value_to_find); in ecma_builtin_symbol_for_helper()