Home
last modified time | relevance | path

Searched refs:SharedExceptionTag (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmJS.h536 wasm::SharedExceptionTag tag,
H A DWasmModule.cpp774 SharedExceptionTag tag; in instantiateLocalException()
797 tag = SharedExceptionTag(cx->new_<ExceptionTag>()); in instantiateLocalException()
H A DWasmTypes.h94 using SharedExceptionTag = RefPtr<ExceptionTag>; variable
96 Vector<SharedExceptionTag, 0, SystemAllocPolicy>;
H A DWasmJS.cpp3585 SharedExceptionTag tag = SharedExceptionTag(cx->new_<ExceptionTag>()); in create()
3697 JSContext* cx, wasm::SharedExceptionTag tag, HandleArrayBufferObject values, in create()
H A DWasmInstance.cpp993 SharedExceptionTag tag = instance->exceptionTags()[exnIndex]; in exceptionNew()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmJS.h536 wasm::SharedExceptionTag tag,
H A DWasmModule.cpp774 SharedExceptionTag tag; in instantiateLocalException()
797 tag = SharedExceptionTag(cx->new_<ExceptionTag>()); in instantiateLocalException()
H A DWasmTypes.h94 using SharedExceptionTag = RefPtr<ExceptionTag>; variable
96 Vector<SharedExceptionTag, 0, SystemAllocPolicy>;
H A DWasmJS.cpp3585 SharedExceptionTag tag = SharedExceptionTag(cx->new_<ExceptionTag>()); in create()
3697 JSContext* cx, wasm::SharedExceptionTag tag, HandleArrayBufferObject values, in create()
H A DWasmInstance.cpp993 SharedExceptionTag tag = instance->exceptionTags()[exnIndex]; in exceptionNew()