aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_environment.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typeof to work with undefined referencesLars Knoll2012-12-081-0/+1
* Remove unused methodLars Knoll2012-12-051-1/+0
* Get rid of the ActivationObjectLars Knoll2012-12-051-3/+5
* Allow only the ExecutionEngine's StringPool to create Strings.Erik Verbruggen2012-12-041-2/+3
* Further clean up the ExecutionContextLars Knoll2012-12-021-4/+1
* Remove the DeclarativeEnvironment class againLars Knoll2012-12-021-20/+9
* Remove the outer member in declarativeEnvironmentLars Knoll2012-12-021-2/+2
* Clean up the DeclarativeEnvironmentLars Knoll2012-11-301-4/+6
* Get rid of variableEnvironmentLars Knoll2012-11-301-4/+3
* Tune the message property (value) of SytaxError a bit.Erik Verbruggen2012-11-281-0/+1
* Stop leaking the DeclarativeEnvironment and ExecutionContext.Erik Verbruggen2012-11-281-2/+2
* Throw a SyntaxError instead of printing an error message.Erik Verbruggen2012-11-281-0/+17
* Implement the first parts of strict mode.Lars Knoll2012-11-281-0/+1
* Correctly instantiate variables in the local scopeLars Knoll2012-11-271-6/+2
* Fix some issues with the delete operatorLars Knoll2012-11-251-0/+1
* Support for the with statementLars Knoll2012-11-251-2/+12
* Move the exception variable into the engineLars Knoll2012-11-201-1/+0
* return results directly instead of using the contextLars Knoll2012-11-201-1/+1
* Better handling of contexts and environmentsLars Knoll2012-11-191-12/+41
* Move the engine and context classes into their own filesLars Knoll2012-11-191-0/+98