Home
last modified time | relevance | path

Searched defs:SourceAtomSetIndex (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-scope/src/
H A Dfree_name_tracker.rs69 fn note_closed_over(&mut self, atom: SourceAtomSetIndex) { in note_closed_over()
74 pub fn note_use(&mut self, atom: SourceAtomSetIndex) { in note_use()
78 pub fn note_def(&mut self, atom: SourceAtomSetIndex) { in note_def()
87 pub fn closed_over_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in closed_over_freevars() argument
94 ) -> Intersection<'_, SourceAtomSetIndex, RandomState> { in defined_and_closed_over_vars() argument
99 pub fn used_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in used_freevars() argument
H A Dbuilder.rs379 name: SourceAtomSetIndex, in push()
464 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
468 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
472 fn declare_const(&mut self, name: SourceAtomSetIndex) { in declare_const()
484 fn declare_param(&mut self, name: SourceAtomSetIndex) { in declare_param()
530 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
556 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
828 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
1787 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
1807 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-scope/src/
H A Dfree_name_tracker.rs69 fn note_closed_over(&mut self, atom: SourceAtomSetIndex) { in note_closed_over()
74 pub fn note_use(&mut self, atom: SourceAtomSetIndex) { in note_use()
78 pub fn note_def(&mut self, atom: SourceAtomSetIndex) { in note_def()
87 pub fn closed_over_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in closed_over_freevars() argument
94 ) -> Intersection<'_, SourceAtomSetIndex, RandomState> { in defined_and_closed_over_vars() argument
99 pub fn used_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in used_freevars() argument
H A Dbuilder.rs379 name: SourceAtomSetIndex, in push()
464 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
468 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
472 fn declare_const(&mut self, name: SourceAtomSetIndex) { in declare_const()
484 fn declare_param(&mut self, name: SourceAtomSetIndex) { in declare_param()
530 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
556 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
828 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
1787 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
1807 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-scope/src/
H A Dfree_name_tracker.rs69 fn note_closed_over(&mut self, atom: SourceAtomSetIndex) { in note_closed_over()
74 pub fn note_use(&mut self, atom: SourceAtomSetIndex) { in note_use()
78 pub fn note_def(&mut self, atom: SourceAtomSetIndex) { in note_def()
87 pub fn closed_over_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in closed_over_freevars() argument
94 ) -> Intersection<'_, SourceAtomSetIndex, RandomState> { in defined_and_closed_over_vars() argument
99 pub fn used_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in used_freevars() argument
H A Dbuilder.rs379 name: SourceAtomSetIndex, in push()
464 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
468 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
472 fn declare_const(&mut self, name: SourceAtomSetIndex) { in declare_const()
484 fn declare_param(&mut self, name: SourceAtomSetIndex) { in declare_param()
530 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
556 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
828 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
1787 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
1807 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-ast/src/
H A Dsource_atom_set.rs5 pub struct SourceAtomSetIndex { struct
8 impl SourceAtomSetIndex { implementation
207 pub fn insert(&mut self, s: &'alloc str) -> SourceAtomSetIndex { in insert()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-ast/src/
H A Dsource_atom_set.rs5 pub struct SourceAtomSetIndex { struct
8 impl SourceAtomSetIndex { impl
207 pub fn insert(&mut self, s: &'alloc str) -> SourceAtomSetIndex { in insert()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-ast/src/
H A Dsource_atom_set.rs5 pub struct SourceAtomSetIndex { struct
8 impl SourceAtomSetIndex { argument
207 pub fn insert(&mut self, s: &'alloc str) -> SourceAtomSetIndex { in insert()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-ast/src/
H A Dsource_atom_set.rs5 pub struct SourceAtomSetIndex { struct
8 impl SourceAtomSetIndex { argument
205 pub fn insert(&mut self, s: &'alloc str) -> SourceAtomSetIndex { in insert()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-scope/src/
H A Dfree_name_tracker.rs69 fn note_closed_over(&mut self, atom: SourceAtomSetIndex) { in note_closed_over()
74 pub fn note_use(&mut self, atom: SourceAtomSetIndex) { in note_use()
78 pub fn note_def(&mut self, atom: SourceAtomSetIndex) { in note_def()
83 fn closed_over_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in closed_over_freevars() argument
88 fn used_freevars(&self) -> Difference<'_, SourceAtomSetIndex, RandomState> { in used_freevars() argument
H A Dbuilder.rs357 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
382 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
391 fn declare_const(&mut self, name: SourceAtomSetIndex) { in declare_const()
547 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
555 fn declare_const(&mut self, name: SourceAtomSetIndex) { in declare_const()
938 fn declare_param(&mut self, name: SourceAtomSetIndex) { in declare_param()
1311 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
1330 fn declare_let(&mut self, name: SourceAtomSetIndex) { in declare_let()
1340 fn declare_const(&mut self, name: SourceAtomSetIndex) { in declare_const()
1405 fn declare_var(&mut self, name: SourceAtomSetIndex) { in declare_var()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs27 name: SourceAtomSetIndex, in declare_lex()
37 name: SourceAtomSetIndex, in declare_var()
47 name: SourceAtomSetIndex, in declare()
609 name: SourceAtomSetIndex, in declare_lex()
676 name: SourceAtomSetIndex, in declare_var()
755 name: SourceAtomSetIndex, in declare_lex()
830 name: SourceAtomSetIndex, in declare_var()
862 name: SourceAtomSetIndex, in declare_var()
1018 name: SourceAtomSetIndex, in declare_lex()
1082 name: SourceAtomSetIndex, in declare_var()
[all …]
H A Dtoken.rs22 pub fn as_atom(&self) -> SourceAtomSetIndex { in as_atom()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs27 name: SourceAtomSetIndex, in declare_lex()
37 name: SourceAtomSetIndex, in declare_var()
47 name: SourceAtomSetIndex, in declare()
609 name: SourceAtomSetIndex, in declare_lex()
676 name: SourceAtomSetIndex, in declare_var()
755 name: SourceAtomSetIndex, in declare_lex()
830 name: SourceAtomSetIndex, in declare_var()
862 name: SourceAtomSetIndex, in declare_var()
1018 name: SourceAtomSetIndex, in declare_lex()
1082 name: SourceAtomSetIndex, in declare_var()
[all …]
H A Dtoken.rs22 pub fn as_atom(&self) -> SourceAtomSetIndex { in as_atom()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs27 name: SourceAtomSetIndex, in declare_lex()
37 name: SourceAtomSetIndex, in declare_var()
47 name: SourceAtomSetIndex, in declare()
609 name: SourceAtomSetIndex, in declare_lex()
676 name: SourceAtomSetIndex, in declare_var()
755 name: SourceAtomSetIndex, in declare_lex()
830 name: SourceAtomSetIndex, in declare_var()
862 name: SourceAtomSetIndex, in declare_var()
1018 name: SourceAtomSetIndex, in declare_lex()
1082 name: SourceAtomSetIndex, in declare_var()
[all …]
H A Dtoken.rs22 pub fn as_atom(&self) -> SourceAtomSetIndex { in as_atom()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs27 name: SourceAtomSetIndex, in declare_lex()
37 name: SourceAtomSetIndex, in declare_var()
47 name: SourceAtomSetIndex, in declare()
609 name: SourceAtomSetIndex, in declare_lex()
676 name: SourceAtomSetIndex, in declare_var()
755 name: SourceAtomSetIndex, in declare_lex()
830 name: SourceAtomSetIndex, in declare_var()
862 name: SourceAtomSetIndex, in declare_var()
1018 name: SourceAtomSetIndex, in declare_lex()
1082 name: SourceAtomSetIndex, in declare_var()
[all …]
H A Dtoken.rs22 pub fn as_atom(&self) -> SourceAtomSetIndex { in as_atom()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-emitter/src/
H A Dcontrol_structures.rs219 name: SourceAtomSetIndex, in new()
276 name: SourceAtomSetIndex, in open_label()
303 pub fn register_labelled_break(&mut self, label: SourceAtomSetIndex, offset: BytecodeOffset) { in register_labelled_break()
312 label: SourceAtomSetIndex, in register_labelled_continue()
663 pub fn emit(&mut self, emitter: &mut AstEmitter, label: Option<SourceAtomSetIndex>) { in emit()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Dcontrol_structures.rs219 name: SourceAtomSetIndex, in new()
276 name: SourceAtomSetIndex, in open_label()
303 pub fn register_labelled_break(&mut self, label: SourceAtomSetIndex, offset: BytecodeOffset) { in register_labelled_break()
312 label: SourceAtomSetIndex, in register_labelled_continue()
663 pub fn emit(&mut self, emitter: &mut AstEmitter, label: Option<SourceAtomSetIndex>) { in emit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Dcontrol_structures.rs219 name: SourceAtomSetIndex, in new()
276 name: SourceAtomSetIndex, in open_label()
303 pub fn register_labelled_break(&mut self, label: SourceAtomSetIndex, offset: BytecodeOffset) { in register_labelled_break()
312 label: SourceAtomSetIndex, in register_labelled_continue()
663 pub fn emit(&mut self, emitter: &mut AstEmitter, label: Option<SourceAtomSetIndex>) { in emit()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-emitter/src/
H A Dcontrol_structures.rs219 name: SourceAtomSetIndex, in new()
276 name: SourceAtomSetIndex, in open_label()
303 pub fn register_labelled_break(&mut self, label: SourceAtomSetIndex, offset: BytecodeOffset) { in register_labelled_break()
312 label: SourceAtomSetIndex, in register_labelled_continue()
663 pub fn emit(&mut self, emitter: &mut AstEmitter, label: Option<SourceAtomSetIndex>) { in emit()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/
H A Dscript.rs367 fun_name: Option<SourceAtomSetIndex>, in lazy_function()
454 pub fn set_fun_name(&mut self, name: SourceAtomSetIndex) { in set_fun_name()
459 pub fn fun_name<'a>(&'a self) -> &'a Option<SourceAtomSetIndex> { in fun_name()
495 pub fn push_closed_over_bindings(&mut self, name: SourceAtomSetIndex) { in push_closed_over_bindings()

123