Home
last modified time | relevance | path

Searched refs:frameForContext (Results 1 – 21 of 21) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptcontext.cpp163 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwValue()
186 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwError()
222 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwError()
242 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in engine()
270 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in callee()
379 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in parentContext()
418 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setReturnValue()
509 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setActivationObject()
571 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setThisObject()
736 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in pushScope()
[all …]
H A Dqscriptengine_p.h233 static inline JSC::ExecState *frameForContext(QScriptContext *context);
234 static inline const JSC::ExecState *frameForContext(const QScriptContext *context);
859 inline JSC::ExecState *QScriptEnginePrivate::frameForContext(QScriptContext *context) in frameForContext() function
864 inline const JSC::ExecState *QScriptEnginePrivate::frameForContext(const QScriptContext *context) in frameForContext() function
H A Dqscriptcontextinfo.cpp141 …JSC::CallFrame *frame = const_cast<JSC::CallFrame *>(QScriptEnginePrivate::frameForContext(context… in QScriptContextInfoPrivate()
H A Dqscriptengine.cpp1292 JSC::ScopeChainNode *node = frameForContext(context)->scopeChain(); in mark()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptcontext.cpp178 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwValue()
203 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwError()
241 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwError()
263 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in engine()
291 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in callee()
400 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in parentContext()
439 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setReturnValue()
530 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setActivationObject()
592 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setThisObject()
757 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in pushScope()
[all …]
H A Dqscriptengine_p.h254 static inline JSC::ExecState *frameForContext(QScriptContext *context);
255 static inline const JSC::ExecState *frameForContext(const QScriptContext *context);
891 inline JSC::ExecState *QScriptEnginePrivate::frameForContext(QScriptContext *context) in frameForContext() function
896 inline const JSC::ExecState *QScriptEnginePrivate::frameForContext(const QScriptContext *context) in frameForContext() function
H A Dqscriptcontextinfo.cpp154 …JSC::CallFrame *frame = const_cast<JSC::CallFrame *>(QScriptEnginePrivate::frameForContext(context… in QScriptContextInfoPrivate()
H A Dqscriptengine.cpp1321 JSC::ScopeChainNode *node = frameForContext(context)->scopeChain(); in mark()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptcontext.cpp178 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwValue()
203 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwError()
241 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in throwError()
263 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in engine()
291 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in callee()
400 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in parentContext()
439 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setReturnValue()
530 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setActivationObject()
592 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in setThisObject()
757 JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(this); in pushScope()
[all …]
H A Dqscriptengine_p.h254 static inline JSC::ExecState *frameForContext(QScriptContext *context);
255 static inline const JSC::ExecState *frameForContext(const QScriptContext *context);
891 inline JSC::ExecState *QScriptEnginePrivate::frameForContext(QScriptContext *context) in frameForContext() function
896 inline const JSC::ExecState *QScriptEnginePrivate::frameForContext(const QScriptContext *context) in frameForContext() function
H A Dqscriptcontextinfo.cpp154 …JSC::CallFrame *frame = const_cast<JSC::CallFrame *>(QScriptEnginePrivate::frameForContext(context… in QScriptContextInfoPrivate()
H A Dqscriptengine.cpp1321 JSC::ScopeChainNode *node = frameForContext(context)->scopeChain(); in mark()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/bridge/
H A Dqscriptdeclarativeclass.cpp66 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
71 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
84 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
89 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
94 new (this) JSC::JSValue(JSC::jsString(QScriptEnginePrivate::frameForContext(ctxt), value)); in Value()
348 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(context); in scopeChainValue()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/bridge/
H A Dqscriptdeclarativeclass.cpp82 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
87 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
100 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
105 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
110 new (this) JSC::JSValue(JSC::jsString(QScriptEnginePrivate::frameForContext(ctxt), value)); in Value()
364 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(context); in scopeChainValue()
H A Dqscriptqobject.cpp1037 …JSC::ExecState *exec = const_cast<JSC::ExecState *>(QScriptEnginePrivate::frameForContext(context)… in specificIndex()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/bridge/
H A Dqscriptdeclarativeclass.cpp82 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
87 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
100 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
105 new (this) JSC::JSValue(QScriptEnginePrivate::frameForContext(ctxt), value); in Value()
110 new (this) JSC::JSValue(JSC::jsString(QScriptEnginePrivate::frameForContext(ctxt), value)); in Value()
364 const JSC::CallFrame *frame = QScriptEnginePrivate::frameForContext(context); in scopeChainValue()
H A Dqscriptqobject.cpp1037 …JSC::ExecState *exec = const_cast<JSC::ExecState *>(QScriptEnginePrivate::frameForContext(context)… in specificIndex()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.h100 static WebFrame* frameForContext(JSContextRef);
H A DWebFrame.cpp552 WebFrame* WebFrame::frameForContext(JSContextRef context) in frameForContext() function in WebKit::WebFrame
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp114 return toAPI(WebFrame::frameForContext(context)); in WKBundleFrameForJavaScriptContext()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-166467 (WebKit::WebFrame::frameForContext): Follow the maze of twisty pointers.