Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert builtin methods to return a ReturnedValue | Lars Knoll | 2013-09-18 | 1 | -99/+99 |
* | Use ReturnedValue for Managed::get(). | Lars Knoll | 2013-09-18 | 1 | -1/+2 |
* | Use ReturnedValue for Managed::construct() | Lars Knoll | 2013-09-18 | 1 | -2/+2 |
* | Rename QV4::ValueScope to QV4::Scope | Lars Knoll | 2013-09-18 | 1 | -2/+2 |
* | Require a ValueScope for ScopedCallData as well | Lars Knoll | 2013-09-18 | 1 | -1/+1 |
* | Use a ReturnedValue for Managed::call() | Lars Knoll | 2013-09-18 | 1 | -3/+3 |
* | Continue conversion to using scoped values | Lars Knoll | 2013-09-11 | 1 | -9/+11 |
* | Change signature of call/construct() to take a pointer to a CallData | Lars Knoll | 2013-09-11 | 1 | -12/+12 |
* | Move CallData onto the JS stack | Lars Knoll | 2013-09-11 | 1 | -9/+4 |
* | Cleanup calls to Object::setPrototype() | Lars Knoll | 2013-09-02 | 1 | -1/+1 |
* | change calling convention for JS function calls | Lars Knoll | 2013-09-02 | 1 | -16/+18 |
* | wince: Build fix, disable the assembler when JIT is disabled. | Sérgio Martins | 2013-08-29 | 1 | -1/+0 |
* | Restructure source code | Lars Knoll | 2013-08-08 | 1 | -0/+1316 |