Lines Matching refs:name_p
339 const char *name_p[] = {"prop1", "prop2", "prop3"};
349 (const jerry_char_t **) name_p,
350 ARRAY_SIZE (name_p),
383 const char *name_p[] = { "prop1", "prop2", "prop3" };
392 prop_info.name_p = (const jerry_char_t **) name_p;
431 const char *name_p[] = { "prop1", "prop2" };
440 (const jerry_char_t **) name_p,
441 ARRAY_SIZE (name_p),
899 register_js_function (const char *name_p, /**< name of the function */
905 jerry_value_t function_name_val = jerry_create_string ((const jerry_char_t *) name_p);