Home | History | Annotate | Download | only in interpreter

Lines Matching refs:CallType

786 JSValue Interpreter::executeCall(CallFrame* callFrame, JSObject* function, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args)
807 if (callType == CallTypeJS) {
852 ASSERT(callType == CallTypeHost);
2602 CallType callType = getter->getCallData(callData);
2603 JSValue result = call(callFrame, getter, callType, callData, asObject(baseCell), ArgList());
2779 CallType callType = getter->getCallData(callData);
2780 JSValue result = call(callFrame, getter, callType, callData, baseObject, ArgList());
2887 CallType callType = getter->getCallData(callData);
2888 JSValue result = call(callFrame, getter, callType, callData, baseValue, ArgList());
3871 CallType callType = getCallData(v, callData);
3873 if (callType == CallTypeJS) {
3903 if (callType == CallTypeHost) {
3926 ASSERT(callType == CallTypeNone);
4030 CallType callType = getCallData(v, callData);
4032 if (callType == CallTypeJS) {
4062 if (callType == CallTypeHost) {
4084 ASSERT(callType == CallTypeNone);