Searched defs:canonical_name (Results 1 – 4 of 4) sorted by relevance
48 resolve (const jerry_value_t canonical_name, jerry_value_t *result) in resolve()
181 jerryx_resolve_native_module (const jerry_value_t canonical_name, /**< canonical name of the module… in jerryx_resolve_native_module()
43 fn canonical_name(&self, ctx: &BindgenContext) -> String; in canonical_name() method204 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() function398 canonical_name: LazyCell<String>, field1916 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() method
642 let canonical_name = item.canonical_name(ctx); in codegen() localVariable1175 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() method1846 let canonical_name = item.canonical_name(ctx); in codegen() localVariable4065 let mut canonical_name = item.canonical_name(ctx); in codegen() localVariable5094 let canonical_name = canonical_name.as_bytes(); in names_will_be_identical_after_mangling() localVariable