Home
last modified time | relevance | path

Searched refs:HAS_BOUND_FUNCTION_NAME_PREFIX (Results 1 – 21 of 21) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
201 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
209 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
212 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
301 setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
201 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
209 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
212 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
301 setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
216 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
224 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
227 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
306 setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
216 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
224 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
227 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
306 setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
216 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
224 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
227 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
306 setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
216 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
224 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
227 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
306 setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/copy/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
223 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
231 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
234 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
314 return setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DFunctionFlags.h82 HAS_BOUND_FUNCTION_NAME_PREFIX = ATOM_EXTRA_FLAG, enumerator
223 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
231 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
234 return hasFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in hasBoundFunctionNamePrefix()
314 return setFlags(HAS_BOUND_FUNCTION_NAME_PREFIX); in setPrefixedBoundFunctionName()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSFunction.h60 HAS_BOUND_FUNCTION_NAME_PREFIX = enumerator
213 static_assert(HAS_GUESSED_ATOM == HAS_BOUND_FUNCTION_NAME_PREFIX, in hasGuessedAtom()
219 HAS_BOUND_FUNCTION_NAME_PREFIX == HAS_GUESSED_ATOM, in hasBoundFunctionNamePrefix()
222 return flags() & HAS_BOUND_FUNCTION_NAME_PREFIX; in hasBoundFunctionNamePrefix()
397 flags_ |= HAS_BOUND_FUNCTION_NAME_PREFIX; in setPrefixedBoundFunctionName()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs51 const HAS_BOUND_FUNCTION_NAME_PREFIX: u16 = ATOM_EXTRA_FLAG; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs51 const HAS_BOUND_FUNCTION_NAME_PREFIX: u16 = ATOM_EXTRA_FLAG; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs51 const HAS_BOUND_FUNCTION_NAME_PREFIX: u16 = ATOM_EXTRA_FLAG; const
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-stencil/src/
H A Dfunction.rs54 const HAS_BOUND_FUNCTION_NAME_PREFIX: u16 = ATOM_EXTRA_FLAG; const
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMacroAssembler.cpp3599 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in loadFunctionName()
3605 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in loadFunctionName()
H A DCodeGenerator.cpp14818 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in BoundFunctionName()
14824 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in BoundFunctionName()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMacroAssembler.cpp3599 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in loadFunctionName()
3605 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in loadFunctionName()
H A DCodeGenerator.cpp14818 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in BoundFunctionName()
14824 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in BoundFunctionName()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMacroAssembler.cpp3625 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in loadFunctionName()
3631 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in loadFunctionName()
H A DCodeGenerator.cpp15476 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in BoundFunctionName()
15482 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in BoundFunctionName()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCodeGenerator.cpp12687 Imm32(JSFunction::HAS_BOUND_FUNCTION_NAME_PREFIX), in visitFinishBoundFunctionInit()
12697 JSFunction::HAS_BOUND_FUNCTION_NAME_PREFIX == in visitFinishBoundFunctionInit()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCodeGenerator.cpp14402 Imm32(FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX), in BoundFunctionName()
14408 FunctionFlags::HAS_BOUND_FUNCTION_NAME_PREFIX == in BoundFunctionName()