Searched defs:getCallData (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackFunction.cpp75 CallType JSCallbackFunction::getCallData(CallData& callData) function in class:JSC::JSCallbackFunction
H A DJSCallbackObjectFunctions.h360 CallType JSCallbackObject<Base>::getCallData(CallData& callData) function in class:JSC::JSCallbackObject
396 ASSERT_NOT_REACHED(); // getCallData should prevent us from reaching here
/external/webkit/Source/JavaScriptCore/runtime/
H A DErrorConstructor.cpp62 CallType ErrorConstructor::getCallData(CallData& callData) function in class:JSC::ErrorConstructor
H A DArrayConstructor.cpp89 CallType ArrayConstructor::getCallData(CallData& callData) function in class:JSC::ArrayConstructor
H A DBooleanConstructor.cpp66 CallType BooleanConstructor::getCallData(CallData& callData) function in class:JSC::BooleanConstructor
H A DNativeErrorConstructor.cpp77 CallType NativeErrorConstructor::getCallData(CallData& callData) function in class:JSC::NativeErrorConstructor
H A DStringConstructor.cpp90 CallType StringConstructor::getCallData(CallData& callData) function in class:JSC::StringConstructor
H A DFunctionConstructor.cpp68 CallType FunctionConstructor::getCallData(CallData& callData) function in class:JSC::FunctionConstructor
H A DFunctionPrototype.cpp61 CallType FunctionPrototype::getCallData(CallData& callData) function in class:JSC::FunctionPrototype
110 CallType callType = getCallData(thisValue, callData);
139 CallType callType = getCallData(thisValue, callData);
H A DJSCell.cpp107 CallType JSCell::getCallData(CallData&) function in class:JSC::JSCell
H A DNumberConstructor.cpp125 CallType NumberConstructor::getCallData(CallData& callData) function in class:JSC::NumberConstructor
H A DDateConstructor.cpp153 CallType DateConstructor::getCallData(CallData& callData) function in class:JSC::DateConstructor
H A DError.cpp194 CallType getCallData(CallData& callData) function in class:JSC::StrictModeTypeErrorFunction
H A DJSZombie.h49 virtual CallType getCallData(CallData&) { ASSERT_NOT_REACHED(); return CallTypeNone; } function in class:JSC::JSZombie
H A DJSCell.h101 virtual CallType getCallData(CallData&);
223 inline CallType getCallData(JSValue value, CallData& callData) function in namespace:JSC
225 CallType result = value.isCell() ? value.asCell()->getCallData(callData) : CallTypeNone;
H A DJSFunction.cpp149 CallType JSFunction::getCallData(CallData& callData) function in class:JSC::JSFunction
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLAppletElementCustom.cpp51 CallType JSHTMLAppletElement::getCallData(CallData& callData) function in class:WebCore::JSHTMLAppletElement
H A DJSHTMLEmbedElementCustom.cpp51 CallType JSHTMLEmbedElement::getCallData(CallData& callData) function in class:WebCore::JSHTMLEmbedElement
H A DJSHTMLObjectElementCustom.cpp51 CallType JSHTMLObjectElement::getCallData(CallData& callData) function in class:WebCore::JSHTMLObjectElement
H A DJSHTMLAllCollectionCustom.cpp103 CallType JSHTMLAllCollection::getCallData(CallData& callData) function in class:WebCore::JSHTMLAllCollection
H A DJSHTMLCollectionCustom.cpp99 CallType JSHTMLCollection::getCallData(CallData& callData) function in class:WebCore::JSHTMLCollection
H A DJSNodeListCustom.cpp87 CallType JSNodeList::getCallData(CallData& callData) function in class:WebCore::JSNodeList
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp75 CallType JSNPMethod::getCallData(CallData& callData) function in class:WebKit::JSNPMethod
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.cpp121 CallType RuntimeMethod::getCallData(CallData& callData) function in class:JSC::RuntimeMethod
/external/webkit/Source/JavaScriptGlue/
H A DJSObject.cpp82 CallType JSUserObject::getCallData(CallData& callData) function in class:JSUserObject

Completed in 853 milliseconds

12