Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSNotAnObject.h39 : JSObject(exec->globalData().notAnObjectErrorStubStructure) in JSNotAnObjectErrorStub()
DJSGlobalData.h99 RefPtr<Structure> notAnObjectErrorStubStructure; variable
DJSGlobalData.cpp122 , notAnObjectErrorStubStructure(JSNotAnObjectErrorStub::createStructure(jsNull())) in JSGlobalData()