Home
last modified time | relevance | path

Searched refs:GETTER_KIND (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs71 const GETTER_KIND: u16 = (FunctionKind::Getter as u16) << FUNCTION_KIND_SHIFT; const
97 const INTERPRETED_GETTER: u16 = BASESCRIPT | GETTER_KIND;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs71 const GETTER_KIND: u16 = (FunctionKind::Getter as u16) << FUNCTION_KIND_SHIFT; const
97 const INTERPRETED_GETTER: u16 = BASESCRIPT | GETTER_KIND;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs71 const GETTER_KIND: u16 = (FunctionKind::Getter as u16) << FUNCTION_KIND_SHIFT; const
97 const INTERPRETED_GETTER: u16 = BASESCRIPT | GETTER_KIND;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h99 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
114 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DFunctionFlags.h99 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
114 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DFunctionFlags.h108 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
123 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DFunctionFlags.h108 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
123 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h108 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
123 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h108 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
123 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs74 const GETTER_KIND: u16 = (FunctionKind::Getter as u16) << FUNCTION_KIND_SHIFT; const
100 const INTERPRETED_GETTER: u16 = BASESCRIPT | GETTER_KIND;
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h108 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
123 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DFunctionFlags.h108 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
123 INTERPRETED_GETTER = BASESCRIPT | GETTER_KIND,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsfun.h75 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
87 INTERPRETED_GETTER = INTERPRETED | GETTER_KIND,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsfun.h73 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
85 INTERPRETED_GETTER = INTERPRETED | GETTER_KIND,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSFunction.h86 GETTER_KIND = Getter << FUNCTION_KIND_SHIFT, enumerator
100 INTERPRETED_GETTER = INTERPRETED | GETTER_KIND,