Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DId.cpp34 MOZ_ASSERT(AtomIsPinned(TlsContext.get(), &str->asAtom())); in fromPinnedString()
H A DAtomsTable.h218 bool AtomIsPinned(JSContext* cx, JSAtom* atom);
H A DJSAtom.cpp1012 bool js::AtomIsPinned(JSContext* cx, JSAtom* atom) { in AtomIsPinned() function in js
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DId.cpp34 MOZ_ASSERT(AtomIsPinned(TlsContext.get(), &str->asAtom())); in fromPinnedString()
H A DAtomsTable.h218 bool AtomIsPinned(JSContext* cx, JSAtom* atom);
H A DJSAtom.cpp1012 bool js::AtomIsPinned(JSContext* cx, JSAtom* atom) { in AtomIsPinned() function in js
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DId.cpp35 MOZ_ASSERT(AtomIsPinned(TlsContext.get(), &str->asAtom())); in fromPinnedString()
H A DAtomsTable.h116 bool AtomIsPinned(JSContext* cx, JSAtom* atom);
H A DJSAtom.cpp773 bool js::AtomIsPinned(JSContext* cx, JSAtom* atom) { return atom->isPinned(); } in AtomIsPinned() function in js
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSAtom.h31 extern bool AtomIsPinned(JSContext* cx, JSAtom* atom);
H A DJSAtom.cpp323 bool AtomIsPinned(JSContext* cx, JSAtom* atom) { in AtomIsPinned() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsatom.h133 AtomIsPinned(JSContext* cx, JSAtom* atom);
H A Djsatom.cpp277 AtomIsPinned(JSContext* cx, JSAtom* atom) in AtomIsPinned() function
H A Djsapi.cpp4762 return AtomIsPinned(cx, &str->asAtom()); in JS_StringHasBeenPinned()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsatom.h133 AtomIsPinned(JSContext* cx, JSAtom* atom);
H A Djsatom.cpp287 AtomIsPinned(JSContext* cx, JSAtom* atom)
H A Djsapi.cpp5041 return AtomIsPinned(cx, &str->asAtom());
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.cpp2984 return AtomIsPinned(cx, &str->asAtom()); in JS_StringHasBeenPinned()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp4082 return AtomIsPinned(cx, &str->asAtom()); in JS_StringHasBeenPinned()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.cpp4082 return AtomIsPinned(cx, &str->asAtom()); in JS_StringHasBeenPinned()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.cpp5074 return AtomIsPinned(cx, &str->asAtom()); in JS_StringHasBeenPinned()