Lines Matching refs:name
37 const jerry_char_t *name_p; /**< name of the module */
104 * Declare the function pointer type for canonical name resolution.
106 typedef jerry_value_t (*jerryx_module_get_canonical_name_t) (const jerry_value_t name); /**< The name for which to
108 * name */
113 typedef bool (*jerryx_module_resolve_t) (const jerry_value_t canonical_name, /**< The module's canonical name */
122 jerryx_module_get_canonical_name_t get_canonical_name_p; /**< function pointer to establish the canonical name of a
137 jerry_value_t jerryx_module_resolve (const jerry_value_t name,
142 * Delete a module from the cache or, if name has the JavaScript value of undefined, clear the entire cache.
144 void jerryx_module_clear_cache (const jerry_value_t name,