Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-symbol-object.h30 ecma_op_create_symbol (const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len);
H A Decma-symbol-object.c45 ecma_op_create_symbol (const ecma_value_t *arguments_list_p, /**< list of arguments */ in ecma_op_create_symbol() function
72 } /* ecma_op_create_symbol */ in ecma_op_create_symbol()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-symbol.c60 return ecma_op_create_symbol (arguments_list_p, arguments_list_len); in ecma_builtin_symbol_dispatch_call()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1787 return jerry_return (ecma_op_create_symbol (&value, 1)); in jerry_create_symbol()

Completed in 6 milliseconds