HomeSort by relevance Sort by last modified time
    Searched refs:functionPrototype (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
FunctionConstructor.cpp 26 #include "FunctionPrototype.h"
40 FunctionConstructor::FunctionConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype)
41 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, functionPrototype->classInfo()->className))
43 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype, DontEnum | DontDelete | ReadOnly);
JSGlobalObject.h 43 class FunctionPrototype;
82 WriteBarrier<FunctionPrototype> m_functionPrototype;
187 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); }
  /external/webkit/Source/WebCore/bridge/
runtime_method.h 43 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
45 return globalObject->functionPrototype();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 31 #include <JavaScriptCore/FunctionPrototype.h>
45 : InternalFunction(&exec->globalData(), globalObject, createStructure(exec->globalData(), globalObject->functionPrototype()), name)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 50 inline JSValueRef functionPrototype() const;
194 inline JSValueRef QScriptOriginalGlobalObject::functionPrototype() const
qscriptengine_p.cpp 114 JSObjectSetPrototype(m_context, funJS, m_originalGlobalObject.functionPrototype());
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 151 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
153 return globalObject->functionPrototype();

Completed in 127 milliseconds