Home
last modified time | relevance | path

Searched refs:apiWrapperStructure (Results 1 – 12 of 12) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSAPIValueWrapper.h48 : JSCell(exec->globalData().apiWrapperStructure.get()) in JSAPIValueWrapper()
H A DJSGlobalData.h131 RefPtr<Structure> apiWrapperStructure; variable
H A DJSGlobalData.cpp124 , apiWrapperStructure(JSAPIValueWrapper::createStructure(jsNull())) in JSGlobalData()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSAPIValueWrapper.h48 : JSCell(exec->globalData().apiWrapperStructure.get()) in JSAPIValueWrapper()
H A DJSGlobalData.h132 RefPtr<Structure> apiWrapperStructure; variable
H A DJSGlobalData.cpp124 , apiWrapperStructure(JSAPIValueWrapper::createStructure(jsNull())) in JSGlobalData()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSAPIValueWrapper.h48 : JSCell(exec->globalData().apiWrapperStructure.get()) in JSAPIValueWrapper()
H A DJSGlobalData.h132 RefPtr<Structure> apiWrapperStructure; variable
H A DJSGlobalData.cpp124 , apiWrapperStructure(JSAPIValueWrapper::createStructure(jsNull())) in JSGlobalData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSAPIValueWrapper.h47 : JSCell(exec->globalData(), exec->globalData().apiWrapperStructure.get()) in JSAPIValueWrapper()
H A DJSGlobalData.cpp195 apiWrapperStructure.set(*this, JSAPIValueWrapper::createStructure(*this, jsNull())); in JSGlobalData()
255 apiWrapperStructure.clear(); in clearBuiltinStructures()
H A DJSGlobalData.h163 Strong<Structure> apiWrapperStructure; variable