Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.cpp90 JSAtom* jsatom = atomCache.getExistingAtomAt(cx, index); in InterpretObjLiteralValue() local
91 MOZ_ASSERT(jsatom); in InterpretObjLiteralValue()
92 valOut.setString(jsatom); in InterpretObjLiteralValue()
141 JSAtom* jsatom = in InterpretObjLiteralObj() local
143 MOZ_ASSERT(jsatom); in InterpretObjLiteralObj()
144 propId = AtomToId(jsatom); in InterpretObjLiteralObj()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.cpp90 JSAtom* jsatom = atomCache.getExistingAtomAt(cx, index); in InterpretObjLiteralValue() local
91 MOZ_ASSERT(jsatom); in InterpretObjLiteralValue()
92 valOut.setString(jsatom); in InterpretObjLiteralValue()
141 JSAtom* jsatom = in InterpretObjLiteralObj() local
143 MOZ_ASSERT(jsatom); in InterpretObjLiteralObj()
144 propId = AtomToId(jsatom); in InterpretObjLiteralObj()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djs.mak716 ".\jsatom.h"\
770 ".\jsatom.h"\
884 ".\jsatom.h"\
926 ".\jsatom.h"\
975 ".\jsatom.h"\
1018 ".\jsatom.h"\
1069 ".\jsatom.h"\
1111 ".\jsatom.h"\
1161 ".\jsatom.h"\
1207 ".\jsatom.h"\
[all …]
H A DMakefile.in69 jsatom.c \
107 jsatom.h \
295 jsapi.o jsarena.o jsarray.o jsatom.o jsemit.o jsfun.o jsinterp.o jsregexp.o jsparse.o jsopcode.o js…
330 jsatom.o: jsatom.c Makefile.in
H A DMakefile.ref149 jsatom.h \
212 jsatom.c \
H A Djs.dsp100 SOURCE=.\jsatom.c
236 SOURCE=.\jsatom.h
H A Djsl.dsp106 SOURCE=.\jsatom.h
H A DjsOS240.def466 ;00020:jsatom (OFFSET:0x000bfa2d, SIZE:0x000058d0):
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.cpp139 JSAtom* jsatom = in InterpretObjLiteralObj() local
141 MOZ_ASSERT(jsatom); in InterpretObjLiteralObj()
142 propId = AtomToId(jsatom); in InterpretObjLiteralObj()
240 JSAtom* jsatom = in InterpretObjLiteralShape() local
242 MOZ_ASSERT(jsatom); in InterpretObjLiteralShape()
243 propId = AtomToId(jsatom); in InterpretObjLiteralShape()
/dports/lang/spidermonkey17/js/src/
H A Djs.mak884 ".\jsatom.h"\
939 ".\jsatom.h"\
1053 ".\jsatom.h"\
1095 ".\jsatom.h"\
1144 ".\jsatom.h"\
1187 ".\jsatom.h"\
1238 ".\jsatom.h"\
1280 ".\jsatom.h"\
1330 ".\jsatom.h"\
1376 ".\jsatom.h"\
[all …]
H A DMakefile.in72 jsatom.c \
113 jsatom.h \
300 jsapi.o jsarena.o jsarray.o jsatom.o jsemit.o jsfun.o jsinterp.o jsregexp.o jsparse.o jsopcode.o js…
310 jsatom.o: jsatom.c Makefile.in
H A DMakefile.ref156 jsatom.h \
224 jsatom.c \
H A DjsOS240.def466 ;00020:jsatom (OFFSET:0x000bfa2d, SIZE:0x000058d0):
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A DMakefile.ref156 jsatom.h \
224 jsatom.c \
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A DMakefile.ref156 jsatom.h \
224 jsatom.c \
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A DMakefile.ref156 jsatom.h \
224 jsatom.c \
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A DMakefile.ref156 jsatom.h \
224 jsatom.c \
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/
H A DSConscript102 "extract/js/src/jsatom.cpp",
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DModuleObject.cpp1562 JSAtom* jsatom = in ModuleBuilderInitArray() local
1564 MOZ_ASSERT(jsatom); in ModuleBuilderInitArray()
1565 assertionKey = AtomToId(jsatom); in ModuleBuilderInitArray()
1567 jsatom = atomCache.getExistingAtomAt(cx, entry.assertions[j].value); in ModuleBuilderInitArray()
1568 MOZ_ASSERT(jsatom); in ModuleBuilderInitArray()
1569 assertionValue = StringValue(jsatom); in ModuleBuilderInitArray()
/dports/devel/grcov/grcov-0.8.2/test/
H A D64bit_count.gcov357 file:/home/marco/Documenti/FD/mozilla-central/js/src/jsatom.h
484 file:/home/marco/Documenti/FD/mozilla-central/js/src/jsatom.cpp
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DScope.cpp327 JSAtom* jsatom = nullptr; in LiftParserScopeData() local
329 jsatom = atomCache.getExistingAtomAt(cx, names[i].name()); in LiftParserScopeData()
330 MOZ_ASSERT(jsatom); in LiftParserScopeData()
332 jsatoms.infallibleAppend(jsatom); in LiftParserScopeData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DScope.cpp327 JSAtom* jsatom = nullptr; in LiftParserScopeData() local
329 jsatom = atomCache.getExistingAtomAt(cx, names[i].name()); in LiftParserScopeData()
330 MOZ_ASSERT(jsatom); in LiftParserScopeData()
332 jsatoms.infallibleAppend(jsatom); in LiftParserScopeData()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DScope.cpp327 JSAtom* jsatom = nullptr; in LiftParserScopeData() local
329 jsatom = atomCache.getExistingAtomAt(cx, names[i].name()); in LiftParserScopeData()
330 MOZ_ASSERT(jsatom); in LiftParserScopeData()
332 jsatoms.infallibleAppend(jsatom); in LiftParserScopeData()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Dmoz.build345 # jsarray.cpp and jsatom.cpp cannot be built in unified mode because
363 'jsatom.cpp',
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Dmoz.build386 # jsarray.cpp and jsatom.cpp cannot be built in unified mode because
406 'jsatom.cpp',