Home | History | Annotate | Download | only in cctest

Lines Matching refs:CallFun

6836 static void CallFun(const v8::FunctionCallbackInfo<v8::Value>& args) {
6861 return v8::FunctionTemplate::New(CallFun, v8::Integer::New(8));
6863 return v8::FunctionTemplate::New(CallFun, v8::Integer::New(7));
6865 return v8::FunctionTemplate::New(CallFun, v8::Integer::New(6));