Home
last modified time | relevance | path

Searched refs:ecma_op_object_find (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-conversion.c683 ecma_op_object_find (obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_ENUMERABLE)), in ecma_op_to_property_descriptor()
702 ecma_op_object_find (obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_CONFIGURABLE)), in ecma_op_to_property_descriptor()
722 ecma_op_object_find (obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_VALUE)), in ecma_op_to_property_descriptor()
740 ecma_op_object_find (obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_WRITABLE)), in ecma_op_to_property_descriptor()
760 ecma_op_object_find (obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_GET)), in ecma_op_to_property_descriptor()
799 ecma_op_object_find (obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_SET)), in ecma_op_to_property_descriptor()
H A Decma-objects.h35 ecma_value_t ecma_op_object_find (ecma_object_t *object_p, ecma_string_t *property_name_p);
H A Decma-reference.c221 found_binding = ecma_op_object_find (binding_obj_p, name_p); in ecma_op_object_bound_environment_resolve_reference_value()
H A Decma-lex-env.c304 ecma_value_t result = ecma_op_object_find (binding_obj_p, name_p); in ecma_op_get_binding_value()
H A Decma-objects.c678 * Note: this method falls back to the general ecma_op_object_find
690 return ecma_op_object_find (object_p, ECMA_CREATE_DIRECT_UINT32_STRING (index)); in ecma_op_object_find_by_uint32_index()
694 ecma_value_t ret_value = ecma_op_object_find (object_p, index_str_p); in ecma_op_object_find_by_uint32_index()
703 * Note: this method falls back to the general ecma_op_object_find
714 ecma_value_t ret_value = ecma_op_object_find (object_p, index_str_p); in ecma_op_object_find_by_number_index()
730 ecma_op_object_find (ecma_object_t *object_p, /**< the object */ in ecma_op_object_find() function
760 } /* ecma_op_object_find */ in ecma_op_object_find()
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c599 message = ecma_op_object_find (ecma_get_object_from_value (result), in jerry_debugger_send_eval()

Completed in 8 milliseconds