aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Cleanup and unify context creationLars Knoll2013-03-135-65/+49
| * Pass the current context to evalCallLars Knoll2013-03-131-1/+1
| * Fix a few warningsTor Arne Vestbø2013-03-131-2/+6
| * Be conservative and assume that functions need activationLars Knoll2013-03-131-1/+1
| * Remove unused methodLars Knoll2013-03-133-8/+0
| * Add valgrind support to our garbage collectorLars Knoll2013-03-133-2/+40
| * Add debugging function to dump Value contents.Erik Verbruggen2013-03-132-0/+84
| * Moved temp compression to codegen to use for all backends.Erik Verbruggen2013-03-132-161/+160
| * Added the constant propagation optimization.Erik Verbruggen2013-03-122-2/+241
| * Fix & re-enable Temp compression for the interpreter.Erik Verbruggen2013-03-122-12/+18
| * Fix crash when calling Object.create(null)Simon Hausmann2013-03-121-1/+1
| * Add support for ARM exception unwindingSimon Hausmann2013-03-126-13/+210
| * Make it possible to debug exception handling with libunwindSimon Hausmann2013-03-122-0/+37
| * Inline the two most common parameter fetch cases.Erik Verbruggen2013-03-111-2/+48
| * Mark asm math functions as const.Erik Verbruggen2013-03-111-3/+9
| * Catch more exceptions in the v8 API layerLars Knoll2013-03-112-21/+68
| * Write properties back to the qml ObjectLars Knoll2013-03-113-1/+7
| * Add a proper constructor to v8::FunctionTemplateLars Knoll2013-03-112-4/+10
| * Properly mark objects at the beginning of a chunkLars Knoll2013-03-111-3/+2
| * Fix v8::PersistentLars Knoll2013-03-102-18/+61
| * Add exception handling support to the v8 APILars Knoll2013-03-092-20/+70
| * Implement more missing bits & pieces including a fake "QML mode"Simon Hausmann2013-03-083-16/+52
| * Fix name lookup for named function expressionsSimon Hausmann2013-03-087-9/+32
| * Implemented a whole more API...Simon Hausmann2013-03-084-86/+171
| * Implemented invocation callback on FunctionTemplateSimon Hausmann2013-03-084-48/+98
| * Implemented v8::ArgumentsSimon Hausmann2013-03-082-20/+23
| * Implemented Template::SetSimon Hausmann2013-03-082-2/+21
| * Minor API change for easier implementationSimon Hausmann2013-03-082-5/+5
| * Various fixesSimon Hausmann2013-03-082-36/+49
| * Remaining implementation of ObjectTemplateSimon Hausmann2013-03-082-10/+178
| * First implementation of ObjectTemplate::SetAccessorSimon Hausmann2013-03-082-8/+160
| * Fix use/def for exception var.Erik Verbruggen2013-03-081-1/+4
| * Fix liveness analysis.Erik Verbruggen2013-03-081-5/+8
| * Fix MSVC build.Erik Verbruggen2013-03-081-0/+53
| * Compile fixes for MSVC.Erik Verbruggen2013-03-081-122/+122
| * "Fix" llvm build.Erik Verbruggen2013-03-073-0/+13
| * Fix exception handling on Mac OS XSimon Hausmann2013-03-071-29/+55
| * Simple but effective dead-assignment removal.Erik Verbruggen2013-03-071-0/+39
| * Fix String::get and start using itLars Knoll2013-03-074-55/+49
| * And use the vtbl methods for delete as well.Lars Knoll2013-03-078-36/+33
| * Implement Object::query/queryIndexedLars Knoll2013-03-071-2/+10
| * Cleanup put and properly implement it for stringsLars Knoll2013-03-0713-69/+147
| * Fix build with clangSimon Hausmann2013-03-071-1/+1
| * First part of moving get/put etc. into the Managed vtbl.Lars Knoll2013-03-0723-126/+286
| * Make Object::hasProperty() inlineLars Knoll2013-03-074-36/+21
| * Implement v8::AccessorInfoLars Knoll2013-03-072-8/+12
| * Remove v8 internal namespaceLars Knoll2013-03-072-11/+2
| * A few more API methods implementedLars Knoll2013-03-062-5/+19
| * More v8 APILars Knoll2013-03-061-7/+36
| * Implement more of the v8 APILars Knoll2013-03-064-39/+70