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/
H A Ddebug-utils.c42 ecma_string_t *prop_name = ecma_string_from_property_name (prop_iter_p->types[i], in PrintObjectProperties()
H A Dheapdump.c187 ecma_string_t* key_str = ecma_string_from_property_name(header->types[i], in DumpPropertyPair()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.h352 ecma_string_t *ecma_string_from_property_name (ecma_property_t property, jmem_cpointer_t prop_name_cp);
H A Decma-helpers.c346 ecma_string_t *name_p = ecma_string_from_property_name (prop_iter_p->types[i], prop_pair_p->names_cp[i]); in ecma_clone_decl_lexical_environment()
H A Decma-helpers-string.c1603 ecma_string_from_property_name (ecma_property_t property, /**< property name type */ in ecma_string_from_property_name() function
1614 } /* ecma_string_from_property_name */ in ecma_string_from_property_name()
/third_party/jerryscript/jerry-core/debugger/
H A 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/
H A Decma-objects.c2361 ecma_string_t *name_p = ecma_string_from_property_name (*property_p, in ecma_op_object_get_property_names()

Completed in 14 milliseconds