Searched refs:FunctionPrototype (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/ForwardingHeaders/runtime/
H A DFunctionPrototype.h3 #include <JavaScriptCore/FunctionPrototype.h>
/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionConstructor.h28 class FunctionPrototype;
32 FunctionConstructor(ExecState*, JSGlobalObject*, Structure*, FunctionPrototype*);
H A DFunctionPrototype.h28 class FunctionPrototype : public InternalFunction { class in namespace:JSC
30 FunctionPrototype(ExecState*, JSGlobalObject*, Structure*);
H A DInternalFunction.h32 class FunctionPrototype;
H A DNativeErrorConstructor.h29 class FunctionPrototype;
H A DFunctionPrototype.cpp22 #include "FunctionPrototype.h"
34 ASSERT_CLASS_FITS_IN_CELL(FunctionPrototype);
40 FunctionPrototype::FunctionPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) function in class:JSC::FunctionPrototype
46 void FunctionPrototype::addFunctionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction)
61 CallType FunctionPrototype::getCallData(CallData& callData)
H A DFunctionConstructor.cpp26 #include "FunctionPrototype.h"
40 FunctionConstructor::FunctionConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype)
H A DJSFunction.h33 class FunctionPrototype;
H A DJSGlobalObject.h43 class FunctionPrototype;
82 WriteBarrier<FunctionPrototype> m_functionPrototype;
187 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); }
H A DJSGlobalObject.cpp48 #include "FunctionPrototype.h"
172 m_functionPrototype.set(exec->globalData(), this, new (exec) FunctionPrototype(exec, this, FunctionPrototype::createStructure(exec->globalData(), jsNull()))); // The real prototype will be set once ObjectPrototype is created.
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.h43 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
H A Druntime_method.cpp34 #include <runtime/FunctionPrototype.h>
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp31 #include <JavaScriptCore/FunctionPrototype.h>
/external/v8/src/
H A Daccessors.h40 V(FunctionPrototype) \
H A Daccessors.cc445 // Accessors::FunctionPrototype
499 const AccessorDescriptor Accessors::FunctionPrototype = { member in class:v8::internal::Accessors
H A Dbootstrapper.cc418 Handle<Foreign> f(factory()->NewForeign(&Accessors::FunctionPrototype));
564 Handle<Foreign> f(factory()->NewForeign(&Accessors::FunctionPrototype));
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h151 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.cpp44 #include <runtime/FunctionPrototype.h>
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaInstanceJSC.cpp45 #include <runtime/FunctionPrototype.h>
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.mm37 #import <runtime/FunctionPrototype.h>
/external/v8/test/cctest/
H A Dtest-api.cc1886 THREADED_TEST(FunctionPrototype) {

Completed in 482 milliseconds