Lines Matching refs:resolvers
5 accepts the name of the module being requested as well as an array of so-called "resolvers" - struc…
10 The resolvers are first called in sequence to each compute the canonical name of the requested modu…
21 resolvers in the sequence and, if the `jerry_value_t` returned from the resolver's `resolve` does n…
26 The purpose of having resolvers is to be able to account for the fact that different types of modul…
71 - `resolvers_p` - the list of resolvers to call in sequence
72 - `resolver_count` - the number of resolvers in `resolvers_p`
92 - `resolvers_p` - the list of resolvers to call in sequence
93 - `resolver_count` - the number of resolvers in `resolvers_p`
224 static const jerryx_module_resolver_t *resolvers[] =
238 jerry_value_t js_module = jerryx_module_resolve (requested_module, resolvers, 2);
295 jerryx_module_resolver_t resolvers[] =
305 jerry_value_t my_module = jerryx_module_resolve ("my_module", resolvers, 1);