Home
last modified time | relevance | path

Searched defs:functionStructure (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DBooleanPrototype.cpp40 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in BooleanPrototype()
DErrorPrototype.cpp38 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in ErrorPrototype()
DStringConstructor.cpp51 …te* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, String… in StringConstructor()
DArrayConstructor.cpp40 …* globalObject, Structure* structure, ArrayPrototype* arrayPrototype, Structure* functionStructure) in ArrayConstructor()
DRegExpPrototype.cpp50 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in RegExpPrototype()
DDateConstructor.cpp60 …te* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePr… in DateConstructor()
DFunctionPrototype.cpp46 …tionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunc… in addFunctionProperties()
DObjectPrototype.cpp43 …e(ExecState* exec, JSGlobalObject* globalObject, Structure* stucture, Structure* functionStructure) in ObjectPrototype()
DNumberPrototype.cpp48 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in NumberPrototype()
DJSGlobalObject.h206 Structure* functionStructure() const { return m_functionStructure.get(); } in functionStructure() function