Lines Matching refs:jerry_char_t
24 static const jerry_char_t *module_name_property_name = (jerry_char_t *) "moduleName";
25 static const jerry_char_t *module_not_found = (jerry_char_t *) "Module not found";
26 static const jerry_char_t *module_name_not_string = (jerry_char_t *) "Module name is not a string";
38 const jerry_char_t *message, /**< the error message */
173 static const jerry_char_t *on_resolve_absent = (jerry_char_t *) "Module on_resolve () must not be NULL";
186 jerry_char_t* name_string;
191 name_string = (jerry_char_t*) jerry_vla_malloc (sizeof(jerry_char_t) * name_size);
198 JERRY_VLA (jerry_char_t, name_string, name_size);