Searched refs:ecma_op_create_symbol (Results 1 – 4 of 4) sorted by relevance
30 ecma_op_create_symbol (const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len);
45 ecma_op_create_symbol (const ecma_value_t *arguments_list_p, /**< list of arguments */ in ecma_op_create_symbol() function
60 return ecma_op_create_symbol (arguments_list_p, arguments_list_len); in ecma_builtin_symbol_dispatch_call()
1787 return jerry_return (ecma_op_create_symbol (&value, 1)); in jerry_create_symbol()