summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/src
Commit message (Expand)AuthorAgeFilesLines
* [V8] Fix bug in deletion of indexed propertiesv5.0.0-beta2mstarzinger@chromium.org2012-10-182-22/+36
* Always initialise symbol_id for ASCII symbolsPhilip Lorenz2012-09-241-0/+1
* [V8] Fix assertions in mjsunit/harmony test in debug modePeter Varga2012-09-041-1/+4
* [V8] QNX: Fix reserving of memoryThomas McGuire2012-08-311-3/+3
* Compile v8.cc under C++11 mode using MinGW-w64 4.7.1v5.0.0-beta1Yuchen Deng2012-08-211-2/+2
* Only read symbol_id for strings which are known to be symbolsChris Adams2012-08-093-5/+1
* [V8] QNX: Initialize mutex in SignalSenderSean Harmer2012-06-251-0/+1
* [V8] Implement OS::SetUp() and OS::TearDown() for QNXSean Harmer2012-06-131-28/+37
* [V8] Implement new parts of platform port for QNXSean Harmer2012-06-131-0/+12
* [V8] Update QNX platform port so that it builds once againSean Harmer2012-06-131-9/+3
* [V8] Disable randomize hashes in V8Peter Varga2012-06-131-1/+1
* [V8] Fix compilation with Intel CC.Thiago Macieira2012-06-131-1/+2
* [V8] Add support for QNX platformSean Harmer2012-06-134-4/+1211
* [V8] Add flag to avoid breakpoint relocationKai Koehne2012-06-134-0/+13
* [V8] QtScript/V8: Add new v8 api to check if a value is an error.Jedrzej Nowacki2012-06-132-0/+7
* [V8] Allow a script to be flagged as "native"Aaron Kennedy2012-06-131-1/+1
* [V8] Add custom object compare callbackAaron Kennedy2012-06-1313-15/+303
* [V8] Allow access to the calling script dataAaron Kennedy2012-06-131-0/+12
* [V8] Introduce a QML compilation modeAaron Kennedy2012-06-1356-124/+570
* [V8] Generalize external object resourcesAaron Kennedy2012-06-138-42/+196
* [V8] Add a "fallback" mode for named property interceptorsAaron Kennedy2012-06-136-20/+95
* [V8] Add hashing and comparison methods to v8::StringAaron Kennedy2012-06-136-2/+153
* Updated V8 from git://github.com/v8/v8.git to 3e6ec7e018bbf2c63ef04b85ff68819...Peter Varga2012-06-13181-8428/+9070
* Fix GCC 4.7 (C++11) compilation.yangguo@chromium.org2012-06-082-4/+4
* [V8] Add support for MinGW-w64Jonathan Liu2012-05-215-24/+41
* MIPS: Removed unused variables.yangguo@chromium.org2012-05-095-10/+2
* mips: Fix the global compare routines for mipsHolger Hans Peter Freyther2012-05-091-2/+6
* mips: Add the qml mode to the lithium code generation as wellHolger Hans Peter Freyther2012-05-093-6/+17
* Fix regression in custom object comparison on armKent Hansen2012-05-091-3/+3
* Fix regression in eval compilation on armKent Hansen2012-05-091-3/+4
* [V8] Implement new parts of platform port for QNXSean Harmer2012-04-301-0/+12
* [V8] Update QNX platform port so that it builds once againSean Harmer2012-04-271-9/+3
* [V8] Disable randomize hashes in V8Peter Varga2012-04-261-1/+1
* [V8] Fix compilation with Intel CC.Thiago Macieira2012-04-261-1/+2
* [V8] Add support for QNX platformSean Harmer2012-04-264-4/+1211
* [V8] Add flag to avoid breakpoint relocationKai Koehne2012-04-264-0/+13
* [V8] QtScript/V8: Add new v8 api to check if a value is an error.Jedrzej Nowacki2012-04-262-0/+7
* [V8] Allow a script to be flagged as "native"Aaron Kennedy2012-04-261-1/+1
* [V8] Add custom object compare callbackAaron Kennedy2012-04-2613-15/+299
* [V8] Allow access to the calling script dataAaron Kennedy2012-04-261-0/+12
* [V8] Introduce a QML compilation modeAaron Kennedy2012-04-2654-120/+542
* [V8] Generalize external object resourcesAaron Kennedy2012-04-268-42/+196
* [V8] Add a "fallback" mode for named property interceptorsAaron Kennedy2012-04-266-19/+94
* [V8] Add hashing and comparison methods to v8::StringAaron Kennedy2012-04-266-2/+153
* Updated V8 from git://github.com/v8/v8.git to 57f8959fb264354ba1a2e5118db512f...Peter Varga2012-04-26363-30393/+48570
* Fix compilation with Intel CC.Thiago Macieira2012-03-281-1/+2
* Fix GCC 4.7 warnings, which are related to char being signed in GCCvegorov@chromium.org2012-03-281-1/+1
* [V8] Remove dependency on _mkgmtime to determine local timezone offsetJonathan Liu2012-03-271-12/+6
* Fix assert in stub-cache.cc when loading qml-mode functionsKent Hansen2012-03-203-8/+12
* [V8] Add support for QNX platformSean Harmer2012-03-194-4/+1211