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

12

/external/webkit/JavaScriptCore/runtime/
H A DPrototypeFunction.cpp51 CallType PrototypeFunction::getCallData(CallData& callData) function in class:JSC::PrototypeFunction
H A DArrayConstructor.cpp85 CallType ArrayConstructor::getCallData(CallData& callData) function in class:JSC::ArrayConstructor
H A DBooleanConstructor.cpp65 CallType BooleanConstructor::getCallData(CallData& callData) function in class:JSC::BooleanConstructor
H A DErrorConstructor.cpp67 CallType ErrorConstructor::getCallData(CallData& callData) function in class:JSC::ErrorConstructor
H A DNativeErrorConstructor.cpp67 CallType NativeErrorConstructor::getCallData(CallData& callData) function in class:JSC::NativeErrorConstructor
H A DStringConstructor.cpp85 CallType StringConstructor::getCallData(CallData& callData) function in class:JSC::StringConstructor
H A DFunctionConstructor.cpp64 CallType FunctionConstructor::getCallData(CallData& callData) function in class:JSC::FunctionConstructor
H A DFunctionPrototype.cpp62 CallType FunctionPrototype::getCallData(CallData& callData) function in class:JSC::FunctionPrototype
109 CallType callType = thisValue.getCallData(callData);
137 CallType callType = thisValue.getCallData(callData);
H A DNumberConstructor.cpp122 CallType NumberConstructor::getCallData(CallData& callData) function in class:JSC::NumberConstructor
H A DDateConstructor.cpp144 CallType DateConstructor::getCallData(CallData& callData) function in class:JSC::DateConstructor
H A DJSCell.cpp107 CallType JSCell::getCallData(CallData&) function in class:JSC::JSCell
H A DJSZombie.h48 virtual CallType getCallData(CallData&) { ASSERT_NOT_REACHED(); return CallTypeNone; } function in class:JSC::JSZombie
H A DRegExpObject.cpp132 CallType RegExpObject::getCallData(CallData& callData) function in class:JSC::RegExpObject
H A DJSCell.h77 virtual CallType getCallData(CallData&);
205 inline CallType JSValue::getCallData(CallData& callData) function in class:JSC::JSValue
207 return isCell() ? asCell()->getCallData(callData) : CallTypeNone;
/external/webkit/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 DJSNodeListCustom.cpp48 CallType JSNodeList::getCallData(CallData& callData) function in class:WebCore::JSNodeList
H A DJSHTMLAllCollectionCustom.cpp102 CallType JSHTMLAllCollection::getCallData(CallData& callData) function in class:WebCore::JSHTMLAllCollection
H A DJSHTMLCollectionCustom.cpp99 CallType JSHTMLCollection::getCallData(CallData& callData) function in class:WebCore::JSHTMLCollection
/external/webkit/JavaScriptCore/API/
H A DJSCallbackFunction.cpp74 CallType JSCallbackFunction::getCallData(CallData& callData) function in class:JSC::JSCallbackFunction
H A DJSCallbackObjectFunctions.h361 CallType JSCallbackObject<Base>::getCallData(CallData& callData) function in class:JSC::JSCallbackObject
397 ASSERT_NOT_REACHED(); // getCallData should prevent us from reaching here
/external/webkit/WebCore/bridge/
H A Druntime_method.cpp119 CallType RuntimeMethod::getCallData(CallData& callData) function in class:JSC::RuntimeMethod
H A Druntime_object.cpp268 CallType RuntimeObjectImp::getCallData(CallData& callData) function in class:JSC::RuntimeObjectImp
/external/webkit/JavaScriptGlue/
H A DJSObject.cpp82 CallType JSUserObject::getCallData(CallData& callData) function in class:JSUserObject

Completed in 115 milliseconds

12