Searched refs:CallType (Results 1 – 25 of 92) sorted by relevance
1234
/external/webkit/Source/JavaScriptCore/runtime/ |
D | CallData.h | 42 enum CallType { enum 60 …JSValue call(ExecState*, JSValue functionObject, CallType, const CallData&, JSValue thisValue, con…
|
D | FunctionPrototype.cpp | 61 CallType FunctionPrototype::getCallData(CallData& callData) in getCallData() 110 CallType callType = getCallData(thisValue, callData); in functionProtoFuncApply() 139 CallType callType = getCallData(thisValue, callData); in functionProtoFuncCall()
|
D | ErrorConstructor.h | 37 virtual CallType getCallData(CallData&);
|
D | ArrayConstructor.h | 35 virtual CallType getCallData(CallData&);
|
D | StringConstructor.h | 35 virtual CallType getCallData(CallData&);
|
D | PropertySlot.cpp | 36 CallType callType = m_data.getterFunc->getCallData(callData); in functionGetter()
|
D | CallData.cpp | 35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, … in call()
|
D | DateConstructor.h | 36 virtual CallType getCallData(CallData&);
|
D | BooleanConstructor.h | 36 virtual CallType getCallData(CallData&);
|
D | FunctionConstructor.h | 36 virtual CallType getCallData(CallData&);
|
D | FunctionPrototype.h | 39 virtual CallType getCallData(CallData&);
|
D | JSCell.h | 101 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()
|
D | ObjectConstructor.h | 49 virtual CallType getCallData(CallData&);
|
D | NativeErrorConstructor.h | 48 virtual CallType getCallData(CallData&);
|
D | ArrayPrototype.cpp | 72 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()
|
D | JSArray.h | 82 void sort(ExecState*, JSValue compareFunction, CallType, const CallData&); 83 void sortNumeric(ExecState*, JSValue compareFunction, CallType, const CallData&);
|
D | NumberConstructor.h | 52 virtual CallType getCallData(CallData&);
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSPluginElementFunctions.cpp | 166 CallType callType = getCallData(scriptObject, callData); in callPlugin() 174 CallType runtimeObjectGetCallData(JSHTMLElement* element, CallData& callData) in runtimeObjectGetCallData()
|
D | ScriptFunctionCall.cpp | 140 CallType callType = getCallData(function, callData); in call() 211 CallType callType = getCallData(m_function.jsValue(), callData); in call()
|
D | JSHTMLAppletElementCustom.cpp | 51 CallType JSHTMLAppletElement::getCallData(CallData& callData) in getCallData()
|
D | JSHTMLObjectElementCustom.cpp | 51 CallType JSHTMLObjectElement::getCallData(CallData& callData) in getCallData()
|
D | JSHTMLEmbedElementCustom.cpp | 51 CallType JSHTMLEmbedElement::getCallData(CallData& callData) in getCallData()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSCallbackFunction.h | 48 virtual CallType getCallData(CallData&);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | JSNPMethod.h | 50 virtual JSC::CallType getCallData(JSC::CallData&);
|
/external/webkit/Source/JavaScriptGlue/ |
D | JSObject.h | 46 CallType getCallData(CallData&);
|
1234