Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ext/
Ddebug-utils.c42 ecma_string_t *prop_name = ecma_string_from_property_name (prop_iter_p->types[i], in PrintObjectProperties()
Dheapdump.c187 ecma_string_t* key_str = ecma_string_from_property_name(header->types[i], in DumpPropertyPair()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h349 ecma_string_t *ecma_string_from_property_name (ecma_property_t property, jmem_cpointer_t prop_name_…
Decma-helpers.c341 …ecma_string_t *name_p = ecma_string_from_property_name (prop_iter_p->types[i], prop_pair_p->names_… in ecma_clone_decl_lexical_environment()
Decma-helpers-string.c1563 ecma_string_from_property_name (ecma_property_t property, /**< property name type */ in ecma_string_from_property_name() function
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c500 ecma_string_t *prop_name = ecma_string_from_property_name (prop_iter_p->types[i], in jerry_debugger_send_scope_variables()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2361 ecma_string_t *name_p = ecma_string_from_property_name (*property_p, in ecma_op_object_get_property_names()