Searched refs:functionPrototype (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | FunctionConstructor.cpp | 40 …te* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype) in FunctionConstructor() argument 41 …tion(&exec->globalData(), globalObject, structure, Identifier(exec, functionPrototype->classInfo()… in FunctionConstructor() 43 …houtTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype, DontEnum | … in FunctionConstructor()
|
D | JSGlobalObject.h | 187 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); } in functionPrototype() function
|
/external/webkit/Source/WebCore/bridge/ |
D | runtime_method.h | 45 return globalObject->functionPrototype(); in createPrototype()
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptoriginalglobalobject_p.h | 50 inline JSValueRef functionPrototype() const; 194 inline JSValueRef QScriptOriginalGlobalObject::functionPrototype() const in functionPrototype() function
|
D | qscriptengine_p.cpp | 114 JSObjectSetPrototype(m_context, funJS, m_originalGlobalObject.functionPrototype()); in newFunction()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | JSNPMethod.cpp | 45 …Data(), globalObject, createStructure(exec->globalData(), globalObject->functionPrototype()), name) in JSNPMethod()
|
/external/webkit/Source/WebCore/bridge/qt/ |
D | qt_runtime.h | 153 return globalObject->functionPrototype(); in createPrototype()
|
/external/webkit/Source/JavaScriptCore/qt/ |
D | ChangeLog | 173 (QScriptOriginalGlobalObject::functionPrototype):
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 2280 (JSC::JSGlobalObject::functionPrototype): 2695 (JSC::JSGlobalObject::functionPrototype): 3013 (JSC::JSGlobalObject::functionPrototype): 3620 (JSC::JSGlobalObject::functionPrototype): 3985 (JSC::JSGlobalObject::functionPrototype):
|