Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert builtin methods to return a ReturnedValue | Lars Knoll | 2013-09-18 | 1 | -37/+37 |
* | Rename QV4::ValueScope to QV4::Scope | Lars Knoll | 2013-09-18 | 1 | -1/+1 |
* | 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 | -6/+6 |
* | Change calling convention in JIT to use ReturnedValue | Simon Hausmann | 2013-09-18 | 1 | -1/+2 |
* | Change signature of call/construct() to take a pointer to a CallData | Lars Knoll | 2013-09-11 | 1 | -2/+2 |
* | Move CallData onto the JS stack | Lars Knoll | 2013-09-11 | 1 | -4/+6 |
* | change calling convention for JS function calls | Lars Knoll | 2013-09-02 | 1 | -3/+5 |
* | Add a SimpleScriptFunction class | Lars Knoll | 2013-09-02 | 1 | -1/+1 |
* | Fix eval operating on incorrect runtime data | Simon Hausmann | 2013-08-18 | 1 | -0/+13 |
* | Get rid of flags in QV4::Function and use CompiledFunction::flags instead | Simon Hausmann | 2013-08-15 | 1 | -2/+2 |
* | Restructure source code | Lars Knoll | 2013-08-08 | 1 | -0/+652 |