Details
Description
The implementation is currently constructing QScriptValues to perform value conversion (e.g. QVariant --> QScriptValue --> JSC::JSValue) and various other operations. It should operate on JSC::JSValue directly instead, to avoid the overhead of QScriptValue construction.