summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersOlivier Goffart2009-07-291-7/+37
* 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
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-4/+5
* don't rely on custom global object to get GC callbackKent Hansen2009-07-271-2/+2
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-271-16/+7
* Clear the exceptions before calling a function.Olivier Goffart2009-07-241-4/+24
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-231-64/+75
* 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
* 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-171-11/+75
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-161-3/+3
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-161-12/+14
* don't try to be so cleverKent Hansen2009-07-151-7/+4
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-25/+52
* use JSC::call() and JSC::construct()Kent Hansen2009-07-091-54/+2
* Fix autotest checking QScriptValue::objectId method.Jedrzej Nowacki2009-07-091-7/+2
* use currentFrame instead of globalExec whenever we canKent Hansen2009-07-091-27/+27
* support callees that are not function objectsKent Hansen2009-07-091-4/+4
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-5/+90
* Fix engineDelete autotest.Jedrzej Nowacki2009-07-081-2/+27
* work on QScriptEngine::uncaughtException()Kent Hansen2009-07-071-2/+10
* fix QScriptValue::construct() when argument is not array-likeKent Hansen2009-07-061-4/+2
* make QScriptClass::HasInstance extension workKent Hansen2009-07-061-1/+1
* make more tests passKent Hansen2009-07-031-4/+0
* implement a fair amount of the QScriptClass functionalityKent Hansen2009-07-021-7/+15
* implement QScriptValue::QObjectMember property flagKent Hansen2009-07-021-0/+2
* use the JSC::Getter and JSC::Setter flagsKent Hansen2009-07-021-4/+2
* implement QScriptValue::isQMetaObject() and QScriptValue::toQMetaObject()Kent Hansen2009-06-261-10/+8
* implement QMetaObject bindingsKent Hansen2009-06-261-2/+2
* work on signal bindings (connect, disconnect, signal emission)Kent Hansen2009-06-241-3/+3
* make more qscriptengine tests runKent Hansen2009-06-241-4/+10
* make most of the qscriptvalue tests passKent Hansen2009-06-231-69/+138
* use JSC::asObject()Kent Hansen2009-06-231-40/+36
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+2303