From d58e780504bdba6c5897c48428fd984c5b5f96fe Mon Sep 17 00:00:00 2001 From: Chris Dickinson Date: Tue, 5 May 2015 13:48:55 -0700 Subject: deps: update v8 to 4.3.61.21 * @indutny's SealHandleScope patch (484bebc38319fc7c622478037922ad73b2edcbf9) has been cherry picked onto the top of V8 to make it compile. * There's some test breakage in contextify. * This was merged at the request of the TC. PR-URL: https://github.com/iojs/io.js/pull/1632 --- deps/v8/src/mips/interface-descriptors-mips.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deps/v8/src/mips/interface-descriptors-mips.cc') diff --git a/deps/v8/src/mips/interface-descriptors-mips.cc b/deps/v8/src/mips/interface-descriptors-mips.cc index b8cae81e0d..ec6c63f833 100644 --- a/deps/v8/src/mips/interface-descriptors-mips.cc +++ b/deps/v8/src/mips/interface-descriptors-mips.cc @@ -227,6 +227,12 @@ void InternalArrayConstructorDescriptor::Initialize( } +void CompareDescriptor::Initialize(CallInterfaceDescriptorData* data) { + Register registers[] = {cp, a1, a0}; + data->Initialize(arraysize(registers), registers, NULL); +} + + void CompareNilDescriptor::Initialize(CallInterfaceDescriptorData* data) { Register registers[] = {cp, a0}; data->Initialize(arraysize(registers), registers, NULL); -- cgit v1.2.1