summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Unify QScriptValue::toObject() and QScriptEngine::toObject()Benjamin Poulain2009-08-031-19/+1
| * | | | | QScriptContext::calledAsConstructor also works with non-native functionOlivier Goffart2009-08-031-5/+21
| * | | | | Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-315-133/+80
| * | | | | Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-318-41/+19
| * | | | | Small Refactoring of QScriptOlivier Goffart2009-07-318-57/+78
| * | | | | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-318-24/+30
| * | | | | Basic implementation of QScriptValueIterator with JSCBenjamin Poulain2009-07-311-15/+30
| * | | | | implement QScriptContext::activationObject()Kent Hansen2009-07-301-9/+38
| * | | | | Add missing fileOlivier Goffart2009-07-301-0/+88
| * | | | | attempt to return something sensible in uncaughtExceptionBacktrace()Kent Hansen2009-07-301-4/+10
| * | | | | Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-302-4/+28
| * | | | | Move QScriptActivationObject to his own fileOlivier Goffart2009-07-303-37/+100
| * | | | | set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-294-0/+11
| * | | | | initialize calledAsConstructor memberKent Hansen2009-07-291-0/+1
| * | | | | Fix license headersOlivier Goffart2009-07-2936-151/+1231
| * | | | | Compile in release mode.Olivier Goffart2009-07-291-0/+1
| * | | | | Enter a scope when enterning a native function.Olivier Goffart2009-07-292-13/+90
| * | | | | Memory leak.Olivier Goffart2009-07-291-1/+1
| * | | | | Set the this object on the global context sets the global objectOlivier Goffart2009-07-281-1/+1
| * | | | | don't allow defining getter/setter for __proto__ propertyKent Hansen2009-07-281-4/+9
| * | | | | make more tests pass for QScriptValue::setProperty()Kent Hansen2009-07-281-23/+53
| * | | | | Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-281-1/+0
| * | | | | Fix tst_QScriptEngine::nestedEvaluateOlivier Goffart2009-07-283-8/+18
| * | | | | Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-281-2/+7
| * | | | | Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-281-1/+8
| * | | | | compileKent Hansen2009-07-271-3/+3
| * | | | | make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-275-34/+165
| * | | | | use engine's globalObject() instead of exec's lexicalGlobalObject()Kent Hansen2009-07-271-7/+7
| * | | | | don't rely on custom global object to get GC callbackKent Hansen2009-07-276-45/+42
| * | | | | The line number is correctly reported for exceptionBenjamin Poulain2009-07-271-0/+1
| * | | | | Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-274-29/+14
| * | | | | Fix tst_QScriptExtQObject::objectDeleted()Benjamin Poulain2009-07-271-1/+2
| * | | | | Fix tst_QScriptValue::callOlivier Goffart2009-07-271-2/+5
| * | | | | Fix tst_QScriptContext::argumentsOlivier Goffart2009-07-271-2/+3
| * | | | | use custom JSGlobalData clientdata to keep pointer to script engineKent Hansen2009-07-271-1/+11
| * | | | | move engine-specific GC marking to QScriptEnginePrivateKent Hansen2009-07-272-40/+45
| * | | | | use scriptEngineFromExec() in a few more placesKent Hansen2009-07-271-3/+3
| * | | | | introduce scriptEngineFromExec() helper functionKent Hansen2009-07-274-45/+47
| * | | | | Clear the exceptions before calling a function.Olivier Goffart2009-07-241-4/+24
| * | | | | Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-236-91/+114
| * | | | | Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-1/+40
| * | | | | make QScriptValue::{call,construct}() use JSC::{call,construct}()Kent Hansen2009-07-231-56/+4
| * | | | | More tests fixed (QScriptValue::toString)Olivier Goffart2009-07-221-0/+8
| * | | | | Implement qobjectProtoFuncFindChildren()Benjamin Poulain2009-07-221-1/+50
| * | | | | Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-171-1/+3
| * | | | | Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-171-1/+3
| * | | | | implement cyclic prototype chain checkKent Hansen2009-07-171-1/+12
| * | | | | make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-172-11/+78
| * | | | | set correct property flags in newFunction()Kent Hansen2009-07-171-2/+3
| * | | | | We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-163-15/+3