Searched refs:apiWrapperStructure (Results 1 – 12 of 12) sorted by relevance
48 : JSCell(exec->globalData().apiWrapperStructure.get()) in JSAPIValueWrapper()
131 RefPtr<Structure> apiWrapperStructure; variable
124 , apiWrapperStructure(JSAPIValueWrapper::createStructure(jsNull())) in JSGlobalData()
132 RefPtr<Structure> apiWrapperStructure; variable
47 : JSCell(exec->globalData(), exec->globalData().apiWrapperStructure.get()) in JSAPIValueWrapper()
195 apiWrapperStructure.set(*this, JSAPIValueWrapper::createStructure(*this, jsNull())); in JSGlobalData()255 apiWrapperStructure.clear(); in clearBuiltinStructures()
163 Strong<Structure> apiWrapperStructure; variable