Home
last modified time | relevance | path

Searched refs:PinAtom (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSAtom.h43 enum PinningBehavior { DoNotPinAtom = false, PinAtom = true }; enumerator
H A DJSAtom.cpp270 JSAtom* atom = Atomize(cx, info.hash, info.content, info.length, PinAtom); in initializeAtoms()
279 JSAtom* atom = Atomize(cx, info.hash, info.content, info.length, PinAtom); in initializeAtoms()
972 if (pin == PinAtom && !atom.isPermanentAtom()) { in AtomizeString()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSAtom.h95 extern bool PinAtom(JSContext* cx, JSAtom* atom);
H A DJSAtom.cpp775 bool js::PinAtom(JSContext* cx, JSAtom* atom) { in PinAtom() function in js
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSAtom.h43 enum PinningBehavior { DoNotPinAtom = false, PinAtom = true }; enumerator
H A DJSAtom.cpp270 JSAtom* atom = Atomize(cx, info.hash, info.content, info.length, PinAtom); in initializeAtoms()
279 JSAtom* atom = Atomize(cx, info.hash, info.content, info.length, PinAtom); in initializeAtoms()
972 if (pin == PinAtom && !atom.isPermanentAtom()) { in AtomizeString()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSAtom.h52 enum PinningBehavior { DoNotPinAtom = false, PinAtom = true }; in FOR_EACH_COMMON_PROPERTYNAME() enumerator
H A DJSAtom.cpp274 Atomize(cx, cachedNames[i].str, cachedNames[i].length, PinAtom); in initializeAtoms()
969 if (pin == PinAtom && !atom.isPinned()) { in AtomizeString()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsatom.cpp145 JSAtom* atom = Atomize(cx, cachedNames[i].str, cachedNames[i].length, PinAtom); in initializeAtoms()
370 if (pin != PinAtom || js::StaticStrings::isStatic(&atom)) in AtomizeString()
386 MOZ_ASSERT(pin == PinAtom); in AtomizeString()
H A Djsatom.h202 PinAtom = true enumerator
H A Djsapi.cpp3124 js::PinAtom); in JS_PUBLIC_API()
4779 JSAtom* atom = AtomizeString(cx, str, PinAtom); in JS_AtomizeAndPinJSString()
4795 JSAtom* atom = Atomize(cx, s, length, PinAtom); in JS_AtomizeAndPinStringN()
4833 JSAtom* atom = AtomizeChars(cx, s, length, PinAtom); in JS_AtomizeAndPinUCStringN()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSAtom.h70 enum PinningBehavior { DoNotPinAtom = false, PinAtom = true }; enumerator
H A DJSAtom.cpp191 Atomize(cx, cachedNames[i].str, cachedNames[i].length, PinAtom); in initializeAtoms()
506 if (pin != PinAtom || js::StaticStrings::isStatic(&atom)) return &atom; in AtomizeString()
520 MOZ_ASSERT(pin == PinAtom); in AtomizeString()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsatom.cpp151 JSAtom* atom = Atomize(cx, cachedNames[i].str, cachedNames[i].length, PinAtom);
380 if (pin != PinAtom || js::StaticStrings::isStatic(&atom))
396 MOZ_ASSERT(pin == PinAtom);
H A Djsatom.h204 PinAtom = true in JS_PUBLIC_API()
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DEnvironment.cpp192 JSAtom* str = Atomize(cx, s, strlen(s), PinAtom); in typeGetter()
209 JSAtom* str = Atomize(cx, s, strlen(s), PinAtom); in scopeKindGetter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DEnvironment.cpp194 JSAtom* str = Atomize(cx, s, strlen(s), PinAtom); in typeGetter()
211 JSAtom* str = Atomize(cx, s, strlen(s), PinAtom); in scopeKindGetter()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DEnvironment.cpp192 JSAtom* str = Atomize(cx, s, strlen(s), PinAtom); in typeGetter()
209 JSAtom* str = Atomize(cx, s, strlen(s), PinAtom); in scopeKindGetter()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A DModuleLoader.cpp48 if (!loadPathStr || !PinAtom(cx, loadPathStr)) { in init()
56 if (!pathSeparatorStr || !PinAtom(cx, pathSeparatorStr)) { in init()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A DModuleLoader.cpp43 loadPathStr = AtomizeString(cx, loadPath, PinAtom); in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A DModuleLoader.cpp43 loadPathStr = AtomizeString(cx, loadPath, PinAtom); in init()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A DModuleLoader.cpp43 loadPathStr = AtomizeString(cx, loadPath, PinAtom); in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp3059 cx, name, MutableHandleId::fromMarkedLocation(idp), js::PinAtom); in PropertySpecNameToPermanentId()
4089 JSAtom* atom = AtomizeString(cx, str, PinAtom); in JS_AtomizeAndPinJSString()
4113 JSAtom* atom = Atomize(cx, s, length, PinAtom); in JS_AtomizeAndPinStringN()
4177 JSAtom* atom = AtomizeChars(cx, s, length, PinAtom); in JS_AtomizeAndPinUCStringN()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.cpp3059 cx, name, MutableHandleId::fromMarkedLocation(idp), js::PinAtom); in PropertySpecNameToPermanentId()
4089 JSAtom* atom = AtomizeString(cx, str, PinAtom); in JS_AtomizeAndPinJSString()
4113 JSAtom* atom = Atomize(cx, s, length, PinAtom); in JS_AtomizeAndPinStringN()
4177 JSAtom* atom = AtomizeChars(cx, s, length, PinAtom); in JS_AtomizeAndPinUCStringN()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsapi.cpp3113 cx, name, MutableHandleId::fromMarkedLocation(idp), js::PinAtom); in PropertySpecNameToPermanentId()
4201 JSAtom* atom = AtomizeString(cx, str, PinAtom); in JS_AtomizeAndPinJSString()
4225 JSAtom* atom = Atomize(cx, s, length, PinAtom); in JS_AtomizeAndPinStringN()
4289 JSAtom* atom = AtomizeChars(cx, s, length, PinAtom); in JS_AtomizeAndPinUCStringN()

12