Searched refs:functionPrototype (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionConstructor.cpp40 FunctionConstructor::FunctionConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype) argument
41 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, functionPrototype->classInfo()->className))
43 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype, DontEnum | DontDelete | ReadOnly);
H A DJSGlobalObject.h187 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); } function in class:JSC::JSGlobalObject
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.h45 return globalObject->functionPrototype();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp45 : InternalFunction(&exec->globalData(), globalObject, createStructure(exec->globalData(), globalObject->functionPrototype()), name)
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptoriginalglobalobject_p.h50 inline JSValueRef functionPrototype() const;
194 inline JSValueRef QScriptOriginalGlobalObject::functionPrototype() const function in class:QScriptOriginalGlobalObject
H A Dqscriptengine_p.cpp114 JSObjectSetPrototype(m_context, funJS, m_originalGlobalObject.functionPrototype());
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h153 return globalObject->functionPrototype();

Completed in 454 milliseconds