Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp199 programExecutableStructure.set(*this, ProgramExecutable::createStructure(*this, jsNull())); in JSGlobalData()
258 programExecutableStructure.clear(); in clearBuiltinStructures()
DJSGlobalData.h164 Strong<Structure> programExecutableStructure; variable
DExecutable.cpp65 : ScriptExecutable(exec->globalData().programExecutableStructure.get(), exec, source, false) in ProgramExecutable()