Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547722
Collapse All | Expand All

(-)qtwebkit-opensource-src-5.4.1-orig/Source/JavaScriptCore/runtime/JSObject.cpp (+5 lines)
Lines 1909-1914 Link Here
1909
    }
1909
    }
1910
}
1910
}
1911
1911
1912
// Used in JSArray.cpp so we must instantiate explicit
1913
template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes<Int32Shape>(ExecState* exec, unsigned i, JSValue value);
1914
template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes<DoubleShape>(ExecState* exec, unsigned i, JSValue value);
1915
template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes<ContiguousShape>(ExecState* exec, unsigned i, JSValue value);
1916
1912
void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
1917
void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
1913
{
1918
{
1914
    VM& vm = exec->vm();
1919
    VM& vm = exec->vm();

Return to bug 547722