Home
last modified time | relevance | path

Searched refs:exceptionTags (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmInstance.h78 SharedExceptionTagVector&& exceptionTags, SharedTableVector&& tables,
117 const SharedExceptionTagVector& exceptionTags() const { in exceptionTags() function
H A DWasmInstance.cpp993 SharedExceptionTag tag = instance->exceptionTags()[exnIndex]; in exceptionNew()
1037 for (size_t i = 0; i < instance->exceptionTags().length(); i++) { in getLocalExceptionIndex()
1038 ExceptionTag& tag = *instance->exceptionTags()[i]; in getLocalExceptionIndex()
1166 SharedExceptionTagVector&& exceptionTags, in Instance() argument
1179 exceptionTags_(std::move(exceptionTags)), in Instance()
H A DWasmJS.h329 Vector<RefPtr<wasm::ExceptionTag>, 0, SystemAllocPolicy>&& exceptionTags,
H A DWasmJS.cpp1688 HandleWasmMemoryObject memory, SharedExceptionTagVector&& exceptionTags, in create() argument
1766 std::move(exceptionTags), std::move(tables), in create()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmInstance.h78 SharedExceptionTagVector&& exceptionTags, SharedTableVector&& tables,
117 const SharedExceptionTagVector& exceptionTags() const { in exceptionTags() function
H A DWasmInstance.cpp993 SharedExceptionTag tag = instance->exceptionTags()[exnIndex]; in exceptionNew()
1037 for (size_t i = 0; i < instance->exceptionTags().length(); i++) { in getLocalExceptionIndex()
1038 ExceptionTag& tag = *instance->exceptionTags()[i]; in getLocalExceptionIndex()
1166 SharedExceptionTagVector&& exceptionTags, in Instance() argument
1179 exceptionTags_(std::move(exceptionTags)), in Instance()
H A DWasmJS.h329 Vector<RefPtr<wasm::ExceptionTag>, 0, SystemAllocPolicy>&& exceptionTags,
H A DWasmJS.cpp1688 HandleWasmMemoryObject memory, SharedExceptionTagVector&& exceptionTags, in create() argument
1766 std::move(exceptionTags), std::move(tables), in create()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DChangeSignatureProcessor.java2428 …ArrayList<TagElement> exceptionTags= new ArrayList<>(); // <TagElement>, only not deleted tags wit… in changeJavadocTags() local
2456 exceptionTags.add(tag); in changeJavadocTags()
2469 for (Iterator<TagElement> tagIter= exceptionTags.iterator(); tagIter.hasNext();) { in changeJavadocTags()
2492 for (TagElement tag : exceptionTags) { in changeJavadocTags()