[JSC] Remove duplicate methods in JSInterfaceJIT
Created attachment 340828 [details] Patch
Created attachment 340843 [details] Patch
Created attachment 340846 [details] Patch
Comment on attachment 340846 [details] Patch r=me if 32-bit is working
Created attachment 340955 [details] Patch for landing
Comment on attachment 340846 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=340846&action=review > Source/JavaScriptCore/jit/ThunkGenerators.cpp:382 > + JSInterfaceJIT::Jump exceptionHandler = jit.branchTestPtr(JSInterfaceJIT::NonZero, JSInterfaceJIT::AbsoluteAddress(vm->addressOfException())); Oh, we do not have branchTestPtr(cond, AbsoluteAddress) for 32bit...
Committed r232048: <https://trac.webkit.org/changeset/232048>
<rdar://problem/40441671>