Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 404129 | Differences between
and this patch

Collapse All | Expand All

(-)JavaScript-SpiderMonkey-0.21.orig/SpiderMonkey.xs (-1 / +1 lines)
Lines 718-724 Link Here
718
        PJS_Context* pcx = (PJS_Context *) JS_GetContextPrivate(cx);
718
        PJS_Context* pcx = (PJS_Context *) JS_GetContextPrivate(cx);
719
        pcx->branch_count = 0;
719
        pcx->branch_count = 0;
720
        pcx->branch_max = max_branch_operations;
720
        pcx->branch_max = max_branch_operations;
721
        JS_SetBranchCallback(cx, BranchHandler);
721
        JS_SetOperationCallback(cx, BranchHandler);
722
    }
722
    }
723
    OUTPUT:
723
    OUTPUT:
724
724

Return to bug 404129