Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsscript.cpp396 nyieldoffsets = script->yieldOffsets().length(); in XDRScript()
473 if (!xdr->codeUint32(&nyieldoffsets)) in XDRScript()
530 nscopenotes, nyieldoffsets, nTypeSets)) in XDRScript()
867 for (i = 0; i < nyieldoffsets; ++i) { in XDRScript()
2397 if (nyieldoffsets != 0) in ScriptDataSize()
2398 size += sizeof(YieldOffsetArray) + nyieldoffsets * sizeof(uint32_t); in ScriptDataSize()
2456 nscopenotes, nyieldoffsets); in partiallyInit()
2492 if (nyieldoffsets != 0) { in partiallyInit()
2534 if (nyieldoffsets != 0) { in partiallyInit()
2536 size_t vectorSize = nyieldoffsets * sizeof(script->yieldOffsets()[0]); in partiallyInit()
[all …]
H A Djsscript.h1030 uint32_t ntrynotes, uint32_t nscopenotes, uint32_t nyieldoffsets,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSScript.cpp322 nyieldoffsets; in XDRScript() local
333 nyieldoffsets = 0; in XDRScript()
376 nyieldoffsets = script->yieldAndAwaitOffsets().length(); in XDRScript()
430 if (!xdr->codeUint32(&nyieldoffsets)) return false; in XDRScript()
810 for (i = 0; i < nyieldoffsets; ++i) { in XDRScript()
2356 if (nyieldoffsets != 0) in ScriptDataSize()
2505 if (nyieldoffsets != 0) { in partiallyInit()
2547 if (nyieldoffsets != 0) { in partiallyInit()
2549 nyieldoffsets); in partiallyInit()
3119 uint32_t nyieldoffsets = in CopyScript() local
[all …]
H A DJSScript.h1100 uint32_t nscopenotes, uint32_t nyieldoffsets,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsscript.cpp720 nyieldoffsets = script->yieldOffsets().length(); in XDRScript()
795 if (!xdr->codeUint32(&nyieldoffsets)) in XDRScript()
871 nblockscopes, nyieldoffsets, nTypeSets)) in XDRScript()
1194 for (i = 0; i < nyieldoffsets; ++i) { in XDRScript()
2698 if (nyieldoffsets != 0) in ScriptDataSize()
2699 size += sizeof(YieldOffsetArray) + nyieldoffsets * sizeof(uint32_t); in ScriptDataSize()
2772 nblockscopes, nyieldoffsets); in partiallyInit()
2806 if (nyieldoffsets != 0) { in partiallyInit()
2850 if (nyieldoffsets != 0) { in partiallyInit()
2852 size_t vectorSize = nyieldoffsets * sizeof(script->yieldOffsets()[0]); in partiallyInit()
[all …]
H A Djsscript.h1219 uint32_t ntrynotes, uint32_t nblockscopes, uint32_t nyieldoffsets,