aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_engine.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up memory manager ownershipSimon Hausmann2013-01-031-1/+1
* Micro optimization of StringPoolJędrzej Nowacki2012-12-141-1/+1
* Remove ExecutionEngine::identifiers.Jędrzej Nowacki2012-12-141-2/+0
* Use a smart pointer for ExecutionEngine::stringPoolJędrzej Nowacki2012-12-131-1/+1
* Properly set the prototype for regexp objectsLars Knoll2012-12-121-1/+2
* Remove IR::Function from the runtime.Erik Verbruggen2012-12-111-1/+5
* Return the this object if we ask for itLars Knoll2012-12-101-0/+1
* Implement Object.create/defineProperty/definePropertiesLars Knoll2012-12-081-0/+6
* Add a MemoryManager, which does GC for the interpreter.Erik Verbruggen2012-12-081-1/+3
* Get rid of the ActivationObjectLars Knoll2012-12-051-2/+1
* Throw proper type and reference errorsLars Knoll2012-12-041-0/+3
* Fix another memory leak.Erik Verbruggen2012-12-041-0/+1
* Remove the DeclarativeEnvironment class againLars Knoll2012-12-021-2/+2
* Add some debugging infrastructure to the interpreter.Erik Verbruggen2012-11-291-1/+7
* Set the name of a function in more (most?) cases.Erik Verbruggen2012-11-291-1/+1
* Implement Object.keys and obj.proto.propertyIsEnumerableLars Knoll2012-11-291-2/+2
* Introduce a simple string pool to speed up lookups.Erik Verbruggen2012-11-281-0/+2
* Throw a SyntaxError instead of printing an error message.Erik Verbruggen2012-11-281-0/+1
* Support for the with statementLars Knoll2012-11-251-0/+1
* Keep the EvalISelFactory in the ExecutionEngine.Erik Verbruggen2012-11-211-1/+2
* Use an isel factory instead of MASM in FunctionCTor.Erik Verbruggen2012-11-201-1/+0
* Move the exception variable into the engineLars Knoll2012-11-201-0/+1
* return results directly instead of using the contextLars Knoll2012-11-201-1/+1
* Fix isel for eval and a whole bunch of other warnings.Erik Verbruggen2012-11-191-2/+3
* Better handling of contexts and environmentsLars Knoll2012-11-191-1/+4
* Move the engine and context classes into their own filesLars Knoll2012-11-191-0/+182