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

  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
FunctionPrototype.h 3 #include <JavaScriptCore/FunctionPrototype.h>
  /external/webkit/Source/JavaScriptCore/runtime/
FunctionConstructor.h 28 class FunctionPrototype;
32 FunctionConstructor(ExecState*, JSGlobalObject*, Structure*, FunctionPrototype*);
FunctionPrototype.h 28 class FunctionPrototype : public InternalFunction {
30 FunctionPrototype(ExecState*, JSGlobalObject*, Structure*);
NativeErrorConstructor.h 29 class FunctionPrototype;
InternalFunction.h 32 class FunctionPrototype;
FunctionPrototype.cpp 22 #include "FunctionPrototype.h"
34 ASSERT_CLASS_FITS_IN_CELL(FunctionPrototype);
40 FunctionPrototype::FunctionPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
46 void FunctionPrototype::addFunctionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction)
61 CallType FunctionPrototype::getCallData(CallData& callData)
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);
JSFunction.h 33 class FunctionPrototype;
JSGlobalObject.h 43 class FunctionPrototype;
82 WriteBarrier<FunctionPrototype> m_functionPrototype;
187 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); }
JSGlobalObject.cpp 48 #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/
runtime_method.h 43 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
45 return globalObject->functionPrototype();
runtime_method.cpp 34 #include <runtime/FunctionPrototype.h>
  /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/v8/src/
accessors.h 40 V(FunctionPrototype) \
accessors.cc 445 // Accessors::FunctionPrototype
499 const AccessorDescriptor Accessors::FunctionPrototype = {
bootstrapper.cc 418 Handle<Foreign> f(factory()->NewForeign(&Accessors::FunctionPrototype));
564 Handle<Foreign> f(factory()->NewForeign(&Accessors::FunctionPrototype));
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 151 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
153 return globalObject->functionPrototype();
  /external/webkit/Source/WebCore/bridge/c/
c_instance.cpp 44 #include <runtime/FunctionPrototype.h>
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 45 #include <runtime/FunctionPrototype.h>
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 37 #import <runtime/FunctionPrototype.h>
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 524 milliseconds