Home | History | Annotate | Download | only in jit

Lines Matching refs:CallType

1690     CallType callType = getter->getCallData(callData);
1691 JSValue result = call(callFrame, getter, callType, callData, stackFrame.args[1].jsObject(), ArgList());
2172 CallType callType = getCallData(funcVal, callData);
2174 ASSERT(callType != CallTypeJS);
2176 if (callType == CallTypeHost) {
2198 ASSERT(callType == CallTypeNone);