Home
last modified time | relevance | path

Searched defs:gcProtect (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) in gcProtect() function
52 inline void gcProtect(JSValue value) in gcProtect() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) in gcProtect() function
52 inline void gcProtect(JSValue value) in gcProtect() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) in gcProtect() function
52 inline void gcProtect(JSValue value) in gcProtect() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) in gcProtect() function
52 inline void gcProtect(JSValue value) in gcProtect() function
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dprotect.h32 inline void gcProtect(JSValue *val) in gcProtect() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/
H A Druntime_root.cpp133 void RootObject::gcProtect(JSObject* jsObject) in gcProtect() function in JSC::Bindings::RootObject