Home
last modified time | relevance | path

Searched refs:notAnObjectStructure (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSNotAnObject.h42 : JSNonFinalObject(exec->globalData(), exec->globalData().notAnObjectStructure.get()) in JSNotAnObject()
DJSGlobalData.cpp191 notAnObjectStructure.set(*this, JSNotAnObject::createStructure(*this, jsNull())); in JSGlobalData()
250 notAnObjectStructure.clear(); in clearBuiltinStructures()
DJSGlobalData.h156 Strong<Structure> notAnObjectStructure; variable