Home
last modified time | relevance | path

Searched refs:SourceAtomSet (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-ast/src/
H A Ddump_generated.rs6 use crate::source_atom_set::{SourceAtomSet, SourceAtomSetIndex};
26 atoms: &SourceAtomSet, in dump_with_atoms() argument
39 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
46 …fn dump_with_atoms_at<W>(&self, out: &mut W, atoms: &SourceAtomSet, slices: &SourceSliceList, dept… in dump_with_atoms_at() argument
2143 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2169 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2194 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2209 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2228 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2244 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
[all …]
H A Dsource_atom_set.rs168 pub struct SourceAtomSet<'alloc> { struct
172 impl<'alloc> SourceAtomSet<'alloc> { argument
217 impl<'alloc> From<SourceAtomSet<'alloc>> for Vec<&'alloc str> {
218 fn from(set: SourceAtomSet<'alloc>) -> Vec<&'alloc str> { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-ast/src/
H A Ddump_generated.rs6 use crate::source_atom_set::{SourceAtomSet, SourceAtomSetIndex};
26 atoms: &SourceAtomSet, in dump_with_atoms() argument
39 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
46 …fn dump_with_atoms_at<W>(&self, out: &mut W, atoms: &SourceAtomSet, slices: &SourceSliceList, dept… in dump_with_atoms_at() argument
2143 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2169 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2194 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2209 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2228 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2244 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
[all …]
H A Dsource_atom_set.rs168 pub struct SourceAtomSet<'alloc> { struct
172 impl<'alloc> SourceAtomSet<'alloc> { argument
217 impl<'alloc> From<SourceAtomSet<'alloc>> for Vec<&'alloc str> {
218 fn from(set: SourceAtomSet<'alloc>) -> Vec<&'alloc str> { in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-ast/src/
H A Ddump_generated.rs6 use crate::source_atom_set::{SourceAtomSet, SourceAtomSetIndex};
26 atoms: &SourceAtomSet, in dump_with_atoms() argument
39 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
46 …fn dump_with_atoms_at<W>(&self, out: &mut W, atoms: &SourceAtomSet, slices: &SourceSliceList, dept… in dump_with_atoms_at() argument
2143 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2169 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2194 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2209 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2228 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2244 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
[all …]
H A Dsource_atom_set.rs168 pub struct SourceAtomSet<'alloc> { struct
172 impl<'alloc> SourceAtomSet<'alloc> { implementation
217 impl<'alloc> From<SourceAtomSet<'alloc>> for Vec<&'alloc str> {
218 fn from(set: SourceAtomSet<'alloc>) -> Vec<&'alloc str> { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-ast/src/
H A Ddump_generated.rs6 use crate::source_atom_set::{SourceAtomSet, SourceAtomSetIndex};
26 atoms: &SourceAtomSet, in dump_with_atoms() argument
39 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
46 …fn dump_with_atoms_at<W>(&self, out: &mut W, atoms: &SourceAtomSet, slices: &SourceSliceList, dept… in dump_with_atoms_at() argument
2115 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2141 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2166 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2181 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2200 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
2216 atoms: &SourceAtomSet, in dump_with_atoms_at() argument
[all …]
H A Dsource_atom_set.rs168 pub struct SourceAtomSet<'alloc> { struct
172 impl<'alloc> SourceAtomSet<'alloc> { argument
215 impl<'alloc> From<SourceAtomSet<'alloc>> for Vec<&'alloc str> {
216 fn from(set: SourceAtomSet<'alloc>) -> Vec<&'alloc str> { in from()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs30 atoms: &SourceAtomSet<'alloc>, in declare_lex()
40 atoms: &SourceAtomSet<'alloc>, in declare_var()
49 atoms: &SourceAtomSet<'alloc>, in declare()
113 atoms: &SourceAtomSet<'alloc>, in check_binding_identifier()
159 atoms: &SourceAtomSet<'alloc>, in check_label_identifier()
175 atoms: &SourceAtomSet<'alloc>, in check_identifier_reference()
191 _atoms: &SourceAtomSet<'alloc>, in check_yield_common()
237 _atoms: &SourceAtomSet<'alloc>, in check_await_common()
331 atoms: &SourceAtomSet<'alloc>, in check_identifier()
612 atoms: &SourceAtomSet<'alloc>, in declare_lex()
[all …]
H A Dearly_error_checker.rs10 use ast::source_atom_set::{SourceAtomSet, SourceAtomSetIndex};
79 atoms: &Rc<RefCell<SourceAtomSet<'alloc>>>, in declare_script_or_function()
141 atoms: &Rc<RefCell<SourceAtomSet<'alloc>>>, in declare_block()
211 atoms: &Rc<RefCell<SourceAtomSet<'alloc>>>, in declare_param()
230 atoms: &Rc<RefCell<SourceAtomSet<'alloc>>>, in declare_lexical_for_body()
257 atoms: &Rc<RefCell<SourceAtomSet<'alloc>>>, in declare_lexical_for_head()
292 fn atoms(&self) -> &Rc<RefCell<SourceAtomSet<'alloc>>>; in atoms()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs30 atoms: &SourceAtomSet<'alloc>, in declare_lex()
40 atoms: &SourceAtomSet<'alloc>, in declare_var()
49 atoms: &SourceAtomSet<'alloc>, in declare()
113 atoms: &SourceAtomSet<'alloc>, in check_binding_identifier()
159 atoms: &SourceAtomSet<'alloc>, in check_label_identifier()
175 atoms: &SourceAtomSet<'alloc>, in check_identifier_reference()
191 _atoms: &SourceAtomSet<'alloc>, in check_yield_common()
237 _atoms: &SourceAtomSet<'alloc>, in check_await_common()
331 atoms: &SourceAtomSet<'alloc>, in check_identifier()
612 atoms: &SourceAtomSet<'alloc>, in declare_lex()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs30 atoms: &SourceAtomSet<'alloc>, in declare_lex()
40 atoms: &SourceAtomSet<'alloc>, in declare_var()
49 atoms: &SourceAtomSet<'alloc>, in declare()
113 atoms: &SourceAtomSet<'alloc>, in check_binding_identifier()
159 atoms: &SourceAtomSet<'alloc>, in check_label_identifier()
175 atoms: &SourceAtomSet<'alloc>, in check_identifier_reference()
191 _atoms: &SourceAtomSet<'alloc>, in check_yield_common()
237 _atoms: &SourceAtomSet<'alloc>, in check_await_common()
331 atoms: &SourceAtomSet<'alloc>, in check_identifier()
612 atoms: &SourceAtomSet<'alloc>, in declare_lex()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-generated-parser/src/
H A Dearly_errors.rs30 atoms: &SourceAtomSet<'alloc>, in declare_lex()
40 atoms: &SourceAtomSet<'alloc>, in declare_var()
49 atoms: &SourceAtomSet<'alloc>, in declare()
113 atoms: &SourceAtomSet<'alloc>, in check_binding_identifier()
159 atoms: &SourceAtomSet<'alloc>, in check_label_identifier()
175 atoms: &SourceAtomSet<'alloc>, in check_identifier_reference()
191 _atoms: &SourceAtomSet<'alloc>, in check_yield_common()
237 _atoms: &SourceAtomSet<'alloc>, in check_await_common()
331 atoms: &SourceAtomSet<'alloc>, in check_identifier()
612 atoms: &SourceAtomSet<'alloc>, in declare_lex()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-parser/src/
H A Dlib.rs22 source_atom_set::SourceAtomSet,
47 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_script()
60 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_module()
73 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse()
95 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in is_partial_script()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlib.rs22 source_atom_set::SourceAtomSet,
47 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_script()
60 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_module()
73 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse()
95 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in is_partial_script()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlib.rs22 source_atom_set::SourceAtomSet,
47 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_script()
60 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_module()
73 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse()
95 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in is_partial_script()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-emitter/src/
H A Dlib.rs24 use ast::source_atom_set::SourceAtomSet;
32 atoms: SourceAtomSet<'alloc>, in emit()
49 use ast::source_atom_set::SourceAtomSet;
60 let atoms = Rc::new(RefCell::new(SourceAtomSet::new())); in bytecode()
72 atoms.replace(SourceAtomSet::new_uninitialized()), in bytecode()
H A Dcompilation_info.rs2 use ast::source_atom_set::SourceAtomSet;
9 pub atoms: SourceAtomSet<'alloc>,
18 atoms: SourceAtomSet<'alloc>, in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-parser/src/
H A Dlib.rs19 source_atom_set::SourceAtomSet,
44 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_script()
57 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse_module()
70 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in parse()
92 atoms: Rc<RefCell<SourceAtomSet<'alloc>>>, in is_partial_script()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-emitter/src/
H A Dlib.rs24 use ast::source_atom_set::SourceAtomSet;
32 atoms: SourceAtomSet<'alloc>, in emit()
71 use ast::source_atom_set::SourceAtomSet;
84 let atoms = Rc::new(RefCell::new(SourceAtomSet::new())); in bytecode()
98 atoms.replace(SourceAtomSet::new_uninitialized()), in bytecode()
H A Dcompilation_info.rs2 use ast::source_atom_set::SourceAtomSet;
12 pub atoms: SourceAtomSet<'alloc>,
25 atoms: SourceAtomSet<'alloc>, in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Dlib.rs24 use ast::source_atom_set::SourceAtomSet;
32 atoms: SourceAtomSet<'alloc>, in emit()
71 use ast::source_atom_set::SourceAtomSet;
84 let atoms = Rc::new(RefCell::new(SourceAtomSet::new())); in bytecode()
98 atoms.replace(SourceAtomSet::new_uninitialized()), in bytecode()
H A Dcompilation_info.rs2 use ast::source_atom_set::SourceAtomSet;
12 pub atoms: SourceAtomSet<'alloc>,
25 atoms: SourceAtomSet<'alloc>, in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Dlib.rs24 use ast::source_atom_set::SourceAtomSet;
32 atoms: SourceAtomSet<'alloc>, in emit()
71 use ast::source_atom_set::SourceAtomSet;
84 let atoms = Rc::new(RefCell::new(SourceAtomSet::new())); in bytecode()
98 atoms.replace(SourceAtomSet::new_uninitialized()), in bytecode()
H A Dcompilation_info.rs2 use ast::source_atom_set::SourceAtomSet;
12 pub atoms: SourceAtomSet<'alloc>,
25 atoms: SourceAtomSet<'alloc>, in new()

12