Home
last modified time | relevance | path

Searched refs:CallType (Results 1 – 25 of 92) sorted by relevance

1234

/external/webkit/Source/JavaScriptCore/runtime/
DCallData.h42 enum CallType { enum
60 …JSValue call(ExecState*, JSValue functionObject, CallType, const CallData&, JSValue thisValue, con…
DFunctionPrototype.cpp61 CallType FunctionPrototype::getCallData(CallData& callData) in getCallData()
110 CallType callType = getCallData(thisValue, callData); in functionProtoFuncApply()
139 CallType callType = getCallData(thisValue, callData); in functionProtoFuncCall()
DErrorConstructor.h37 virtual CallType getCallData(CallData&);
DArrayConstructor.h35 virtual CallType getCallData(CallData&);
DStringConstructor.h35 virtual CallType getCallData(CallData&);
DPropertySlot.cpp36 CallType callType = m_data.getterFunc->getCallData(callData); in functionGetter()
DCallData.cpp35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, … in call()
DDateConstructor.h36 virtual CallType getCallData(CallData&);
DBooleanConstructor.h36 virtual CallType getCallData(CallData&);
DFunctionConstructor.h36 virtual CallType getCallData(CallData&);
DFunctionPrototype.h39 virtual CallType getCallData(CallData&);
DJSCell.h101 virtual CallType getCallData(CallData&);
223 inline CallType getCallData(JSValue value, CallData& callData) in getCallData()
225 CallType result = value.isCell() ? value.asCell()->getCallData(callData) : CallTypeNone; in getCallData()
DObjectConstructor.h49 virtual CallType getCallData(CallData&);
DNativeErrorConstructor.h48 virtual CallType getCallData(CallData&);
DArrayPrototype.cpp72 static inline bool isNumericCompareFunction(ExecState* exec, CallType callType, const CallData& cal… in isNumericCompareFunction()
256 CallType callType = getCallData(conversionFunction, callData); in arrayProtoFuncToLocaleString()
501 CallType callType = getCallData(function, callData); in arrayProtoFuncSort()
658 CallType callType = getCallData(function, callData); in arrayProtoFuncFilter()
717 CallType callType = getCallData(function, callData); in arrayProtoFuncMap()
779 CallType callType = getCallData(function, callData); in arrayProtoFuncEvery()
837 CallType callType = getCallData(function, callData); in arrayProtoFuncForEach()
887 CallType callType = getCallData(function, callData); in arrayProtoFuncSome()
944 CallType callType = getCallData(function, callData); in arrayProtoFuncReduce()
1019 CallType callType = getCallData(function, callData); in arrayProtoFuncReduceRight()
DJSArray.h82 void sort(ExecState*, JSValue compareFunction, CallType, const CallData&);
83 void sortNumeric(ExecState*, JSValue compareFunction, CallType, const CallData&);
DNumberConstructor.h52 virtual CallType getCallData(CallData&);
/external/webkit/Source/WebCore/bindings/js/
DJSPluginElementFunctions.cpp166 CallType callType = getCallData(scriptObject, callData); in callPlugin()
174 CallType runtimeObjectGetCallData(JSHTMLElement* element, CallData& callData) in runtimeObjectGetCallData()
DScriptFunctionCall.cpp140 CallType callType = getCallData(function, callData); in call()
211 CallType callType = getCallData(m_function.jsValue(), callData); in call()
DJSHTMLAppletElementCustom.cpp51 CallType JSHTMLAppletElement::getCallData(CallData& callData) in getCallData()
DJSHTMLObjectElementCustom.cpp51 CallType JSHTMLObjectElement::getCallData(CallData& callData) in getCallData()
DJSHTMLEmbedElementCustom.cpp51 CallType JSHTMLEmbedElement::getCallData(CallData& callData) in getCallData()
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackFunction.h48 virtual CallType getCallData(CallData&);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPMethod.h50 virtual JSC::CallType getCallData(JSC::CallData&);
/external/webkit/Source/JavaScriptGlue/
DJSObject.h46 CallType getCallData(CallData&);

1234