Searched refs:functionExecutableStructure (Results 1 – 3 of 3) sorted by relevance
200 functionExecutableStructure.set(*this, FunctionExecutable::createStructure(*this, jsNull())); in JSGlobalData()259 functionExecutableStructure.clear(); in clearBuiltinStructures()
76 …: ScriptExecutable(globalData->functionExecutableStructure.get(), globalData, source, inStrictCont… in FunctionExecutable()88 …: ScriptExecutable(exec->globalData().functionExecutableStructure.get(), exec, source, inStrictCon… in FunctionExecutable()
165 Strong<Structure> functionExecutableStructure; variable