Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Djerry.c2188 ecma_string_t *internal_string_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_API_INTERNAL); in jerry_has_internal_property() local
2195 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_has_internal_property()
2295 ecma_string_t *internal_string_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_API_INTERNAL); in jerry_delete_internal_property() local
2302 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_delete_internal_property()
2397 ecma_string_t *internal_string_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_API_INTERNAL); in jerry_get_internal_property() local
2404 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_get_internal_property()
2507 ecma_string_t *internal_string_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_API_INTERNAL); in jerry_set_internal_property() local
2514 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_set_internal_property()
2520 internal_string_p, in jerry_set_internal_property()