Home | History | Annotate | Download | only in cctest

Lines Matching defs:argv

3142     v8::Handle<Value> argv[] = { v8_num(count - 1),
3148 Local<Value> result = fun.As<Function>()->Call(global, 4, argv);
3159 return fun.As<Function>()->Call(global, 4, argv);