Home | History | Annotate | Download | only in runtime

Lines Matching refs:callData

62 CallType FunctionPrototype::getCallData(CallData& callData)
64 callData.native.function = callFunctionPrototype;
108 CallData callData;
109 CallType callType = thisValue.getCallData(callData);
131 return call(exec, thisValue, callType, callData, args.at(0), applyArgs);
136 CallData callData;
137 CallType callType = thisValue.getCallData(callData);
143 return call(exec, thisValue, callType, callData, args.at(0), callArgs);