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

  /external/webkit/WebCore/ForwardingHeaders/runtime/
PrototypeFunction.h 3 #include <JavaScriptCore/PrototypeFunction.h>
  /external/webkit/JavaScriptCore/runtime/
NativeFunctionWrapper.h 34 class PrototypeFunction;
35 typedef PrototypeFunction NativeFunctionWrapper;
PrototypeFunction.h 32 class PrototypeFunction : public InternalFunction {
34 PrototypeFunction(ExecState*, int length, const Identifier&, NativeFunction);
35 PrototypeFunction(ExecState*, NonNullPassRefPtr<Structure>, int length, const Identifier&, NativeFunction);
PrototypeFunction.cpp 26 #include "PrototypeFunction.h"
33 ASSERT_CLASS_FITS_IN_CELL(PrototypeFunction);
35 PrototypeFunction::PrototypeFunction(ExecState* exec, int length, const Identifier& name, NativeFunction function)
43 PrototypeFunction::PrototypeFunction(ExecState* exec, NonNullPassRefPtr<Structure> prototypeFunctionStructure, int length, const Identifier& name, NativeFunction function)
51 CallType PrototypeFunction::getCallData(CallData& callData)
GlobalEvalFunction.cpp 36 : PrototypeFunction(exec, structure, len, name, function)
44 PrototypeFunction::markChildren(markStack);
GlobalEvalFunction.h 27 #include "PrototypeFunction.h"
33 class GlobalEvalFunction : public PrototypeFunction {
44 static const unsigned StructureFlags = ImplementsHasInstance | OverridesMarkChildren | OverridesGetPropertyNames | PrototypeFunction::StructureFlags;
FunctionPrototype.h 28 class PrototypeFunction;
JSGlobalObject.h 46 class PrototypeFunction;
JSGlobalObject.cpp 63 #include "PrototypeFunction.h"
209 d()->prototypeFunctionStructure = PrototypeFunction::createStructure(d()->functionPrototype);
  /external/webkit/WebCore/bindings/js/
JSHistoryCustom.cpp 35 #include <runtime/PrototypeFunction.h>
JSLocationCustom.cpp 36 #include <runtime/PrototypeFunction.h>
JSDOMBinding.cpp 55 #include <runtime/PrototypeFunction.h>
JSDOMWindowCustom.cpp 90 #include <runtime/PrototypeFunction.h>
    [all...]
  /external/webkit/JavaScriptCore/
Android.mk 140 runtime/PrototypeFunction.cpp \

Completed in 4475 milliseconds