Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp200 functionExecutableStructure.set(*this, FunctionExecutable::createStructure(*this, jsNull())); in JSGlobalData()
259 functionExecutableStructure.clear(); in clearBuiltinStructures()
DExecutable.cpp76 …: ScriptExecutable(globalData->functionExecutableStructure.get(), globalData, source, inStrictCont… in FunctionExecutable()
88 …: ScriptExecutable(exec->globalData().functionExecutableStructure.get(), exec, source, inStrictCon… in FunctionExecutable()
DJSGlobalData.h165 Strong<Structure> functionExecutableStructure; variable