summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-2/+2
* Clean upJedrzej Nowacki2009-08-191-1/+0
* Internal API clean up.Jedrzej Nowacki2009-08-191-11/+0
* Clean up.Jedrzej Nowacki2009-08-191-32/+32
* Clean up.Jedrzej Nowacki2009-08-181-11/+9
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-0/+5
* Make simple function getters inlineOlivier Goffart2009-08-121-5/+0
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-1/+0
* make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-3/+7
* make ResolveScope property lookup work (kind of)Kent Hansen2009-08-101-2/+9
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* remove docs that mention QScriptValue::{scope,setScope}()Kent Hansen2009-08-061-2/+2
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-6/+6
* Unify QScriptValue::toObject() and QScriptEngine::toObject()Benjamin Poulain2009-08-031-19/+1
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-7/+0
* 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