Home
last modified time | relevance | path

Searched refs:initialCustomSectionsLength (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmBinary.cpp91 const size_t initialCustomSectionsLength = env->customSections.length(); in startSection() local
141 env->customSections.shrinkTo(initialCustomSectionsLength); in startSection()
166 const size_t initialCustomSectionsLength = env->customSections.length(); in startCustomSection() local
221 env->customSections.shrinkTo(initialCustomSectionsLength); in startCustomSection()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBinary.cpp91 const size_t initialCustomSectionsLength = env->customSections.length(); in startSection() local
141 env->customSections.shrinkTo(initialCustomSectionsLength); in startSection()
166 const size_t initialCustomSectionsLength = env->customSections.length(); in startCustomSection() local
221 env->customSections.shrinkTo(initialCustomSectionsLength); in startCustomSection()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmBinary.cpp91 const size_t initialCustomSectionsLength = env->customSections.length(); in startSection() local
141 env->customSections.shrinkTo(initialCustomSectionsLength); in startSection()
166 const size_t initialCustomSectionsLength = env->customSections.length(); in startCustomSection() local
221 env->customSections.shrinkTo(initialCustomSectionsLength); in startCustomSection()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmValidate.cpp75 const size_t initialCustomSectionsLength = env->customSections.length(); in startSection() local
115 env->customSections.shrinkTo(initialCustomSectionsLength); in startSection()
137 const size_t initialCustomSectionsLength = env->customSections.length(); in startCustomSection() local
179 env->customSections.shrinkTo(initialCustomSectionsLength); in startCustomSection()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmValidate.cpp107 const size_t initialCustomSectionsLength = env->customSections.length(); in startSection() local
157 env->customSections.shrinkTo(initialCustomSectionsLength); in startSection()
182 const size_t initialCustomSectionsLength = env->customSections.length(); in startCustomSection() local
237 env->customSections.shrinkTo(initialCustomSectionsLength); in startCustomSection()