Searched defs:functionStructure (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | BooleanPrototype.cpp | 40 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in BooleanPrototype()
|
D | ErrorPrototype.cpp | 38 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in ErrorPrototype()
|
D | StringConstructor.cpp | 51 …te* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, String… in StringConstructor()
|
D | ArrayConstructor.cpp | 40 …* globalObject, Structure* structure, ArrayPrototype* arrayPrototype, Structure* functionStructure) in ArrayConstructor()
|
D | RegExpPrototype.cpp | 50 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in RegExpPrototype()
|
D | DateConstructor.cpp | 60 …te* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePr… in DateConstructor()
|
D | FunctionPrototype.cpp | 46 …tionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunc… in addFunctionProperties()
|
D | ObjectPrototype.cpp | 43 …e(ExecState* exec, JSGlobalObject* globalObject, Structure* stucture, Structure* functionStructure) in ObjectPrototype()
|
D | NumberPrototype.cpp | 48 …(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) in NumberPrototype()
|
D | JSGlobalObject.h | 206 Structure* functionStructure() const { return m_functionStructure.get(); } in functionStructure() function
|