Home
last modified time | relevance | path

Searched refs:atomizeAndCopyChars (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DAtomsTable.h171 MOZ_ALWAYS_INLINE JSAtom* atomizeAndCopyChars(
178 MOZ_ALWAYS_INLINE JSAtom* atomizeAndCopyChars( in atomizeAndCopyChars() function
182 return atomizeAndCopyChars(cx, const_cast<const CharT*>(chars), length, pin, in atomizeAndCopyChars()
H A DJSAtom.cpp725 JSAtom* atom = cx->atoms().atomizeAndCopyChars(cx, chars, length, pin, in AtomizeAndCopyCharsFromLookup()
759 MOZ_ALWAYS_INLINE JSAtom* AtomsTable::atomizeAndCopyChars( in atomizeAndCopyChars() function in AtomsTable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DAtomsTable.h171 MOZ_ALWAYS_INLINE JSAtom* atomizeAndCopyChars(
178 MOZ_ALWAYS_INLINE JSAtom* atomizeAndCopyChars( in atomizeAndCopyChars() function
182 return atomizeAndCopyChars(cx, const_cast<const CharT*>(chars), length, pin, in atomizeAndCopyChars()
H A DJSAtom.cpp725 JSAtom* atom = cx->atoms().atomizeAndCopyChars(cx, chars, length, pin, in AtomizeAndCopyCharsFromLookup()
759 MOZ_ALWAYS_INLINE JSAtom* AtomsTable::atomizeAndCopyChars( in atomizeAndCopyChars() function in AtomsTable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DAtomsTable.h171 MOZ_ALWAYS_INLINE JSAtom* atomizeAndCopyChars(
178 MOZ_ALWAYS_INLINE JSAtom* atomizeAndCopyChars( in atomizeAndCopyChars() function
182 return atomizeAndCopyChars(cx, const_cast<const CharT*>(chars), length, pin, in atomizeAndCopyChars()
H A DJSAtom.cpp721 JSAtom* atom = cx->atoms().atomizeAndCopyChars(cx, chars, length, pin, in AtomizeAndCopyCharsFromLookup()
755 MOZ_ALWAYS_INLINE JSAtom* AtomsTable::atomizeAndCopyChars( in atomizeAndCopyChars() function in AtomsTable