[Webkit-unassigned] [Bug 159579] currentThreadIsHoldingLock Heap::unprotect Assertion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 8 13:39:08 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159579

--- Comment #2 from Chris Vienneau <chris.vno at outlook.com> ---
Unfortunately i don't think i can provide a stand alone test case, the test is run from some wrapping code we have created, I'm not familiar enough with how test cases are normally done on the trunk webkit project.
Test Code:
    void JavascriptArrays(void*)
    {
        EA_TRACE_MESSAGE("Running JavascriptArrays");

        JavascriptArrayBoundObject jsb;
        jsb.mEAWK = mEAWK;
        jsb.mView = mView;

        using namespace EA::WebKit;
        mView->BindJavaScriptObject("TestObject", &jsb);

        eastl::string16 script(EA_CHAR16("TestObject.ArrayTest([1, true, \"ping\"]);"));

        JavascriptValue *returnValue = mEAWK->CreateJavascriptValue(mView);
        mView->EvaluateJavaScript(script.data(), returnValue);
        mEAWK->DestroyJavascriptValue(returnValue);
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160708/30c60b82/attachment.html>


More information about the webkit-unassigned mailing list