Searched refs:ecma_op_object_get_own_data_prop (Results 1 – 3 of 3) sorted by relevance
38 ecma_value_t ecma_op_object_get_own_data_prop (ecma_object_t *object_p, ecma_string_t *property_nam…
1697 …ecma_value_t lastindex_value = ecma_op_object_get_own_data_prop (regexp_object_p, lastindex_str_p); in ecma_regexp_exec_helper()2808 … ecma_value_t lastindex_value = ecma_op_object_get_own_data_prop (this_obj_p, lastindex_str_p); in ecma_regexp_replace_helper()
771 ecma_op_object_get_own_data_prop (ecma_object_t *object_p, /**< the object */ in ecma_op_object_get_own_data_prop() function