Home
last modified time | relevance | path

Searched refs:customGlobalObject (Results 1 – 15 of 15) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/bridge/
H A Dqscriptglobalobject.cpp56 if (customGlobalObject) in markChildren()
70 if (customGlobalObject) in getOwnPropertySlot()
87 if (customGlobalObject) in getOwnPropertyDescriptor()
95 if (customGlobalObject) in put()
104 if (customGlobalObject) in putWithAttributes()
112 if (customGlobalObject) in deleteProperty()
120 if (customGlobalObject) in getOwnPropertyNames()
128 if (customGlobalObject) in defineGetter()
136 if (customGlobalObject) in defineSetter()
144 if (customGlobalObject) in lookupGetter()
[all …]
H A Dqscriptglobalobject_p.h74 JSC::JSObject *customGlobalObject;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/bridge/
H A Dqscriptglobalobject.cpp72 if (customGlobalObject) in markChildren()
86 if (customGlobalObject) in getOwnPropertySlot()
103 if (customGlobalObject) in getOwnPropertyDescriptor()
111 if (customGlobalObject) in put()
120 if (customGlobalObject) in putWithAttributes()
128 if (customGlobalObject) in deleteProperty()
136 if (customGlobalObject) in getOwnPropertyNames()
144 if (customGlobalObject) in defineGetter()
152 if (customGlobalObject) in defineSetter()
160 if (customGlobalObject) in lookupGetter()
[all …]
H A Dqscriptglobalobject_p.h90 JSC::JSObject *customGlobalObject;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/bridge/
H A Dqscriptglobalobject.cpp72 if (customGlobalObject) in markChildren()
86 if (customGlobalObject) in getOwnPropertySlot()
103 if (customGlobalObject) in getOwnPropertyDescriptor()
111 if (customGlobalObject) in put()
120 if (customGlobalObject) in putWithAttributes()
128 if (customGlobalObject) in deleteProperty()
136 if (customGlobalObject) in getOwnPropertyNames()
144 if (customGlobalObject) in defineGetter()
152 if (customGlobalObject) in defineSetter()
160 if (customGlobalObject) in lookupGetter()
[all …]
H A Dqscriptglobalobject_p.h90 JSC::JSObject *customGlobalObject;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptengine.cpp1151 JSC::JSObject *QScriptEnginePrivate::customGlobalObject() const in customGlobalObject() function in QScriptEnginePrivate
1154 return glob->customGlobalObject; in customGlobalObject()
1169 if (glob->customGlobalObject) in globalObject()
1170 return glob->customGlobalObject; in globalObject()
1180 glob->customGlobalObject = 0; in setGlobalObject()
1185 glob->customGlobalObject = object; in setGlobalObject()
1203 if (customGlobalObject()) in toUsableValue()
1204 return customGlobalObject(); in toUsableValue()
H A Dqscriptvalue.cpp568 && !d->engine->customGlobalObject()) in setPrototype()
569 || (thisObject == d->engine->customGlobalObject())) { in setPrototype()
H A Dqscriptengine_p.h240 JSC::JSObject *customGlobalObject() const;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptengine.cpp1177 JSC::JSObject *QScriptEnginePrivate::customGlobalObject() const in customGlobalObject() function in QScriptEnginePrivate
1180 return glob->customGlobalObject; in customGlobalObject()
1195 if (glob->customGlobalObject) in globalObject()
1196 return glob->customGlobalObject; in globalObject()
1206 glob->customGlobalObject = 0; in setGlobalObject()
1211 glob->customGlobalObject = object; in setGlobalObject()
1229 if (customGlobalObject()) in toUsableValue()
1230 return customGlobalObject(); in toUsableValue()
H A Dqscriptvalue.cpp583 && !d->engine->customGlobalObject()) in setPrototype()
584 || (thisObject == d->engine->customGlobalObject())) { in setPrototype()
H A Dqscriptengine_p.h261 JSC::JSObject *customGlobalObject() const;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptengine.cpp1177 JSC::JSObject *QScriptEnginePrivate::customGlobalObject() const in customGlobalObject() function in QScriptEnginePrivate
1180 return glob->customGlobalObject; in customGlobalObject()
1195 if (glob->customGlobalObject) in globalObject()
1196 return glob->customGlobalObject; in globalObject()
1206 glob->customGlobalObject = 0; in setGlobalObject()
1211 glob->customGlobalObject = object; in setGlobalObject()
1229 if (customGlobalObject()) in toUsableValue()
1230 return customGlobalObject(); in toUsableValue()
H A Dqscriptvalue.cpp583 && !d->engine->customGlobalObject()) in setPrototype()
584 || (thisObject == d->engine->customGlobalObject())) { in setPrototype()
H A Dqscriptengine_p.h261 JSC::JSObject *customGlobalObject() const;