HomeSort by relevance Sort by last modified time
    Searched refs:cons3 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-api.cc 277 v8::Handle<v8::FunctionTemplate> cons3 = v8::FunctionTemplate::New(); local
278 cons3->SetClassName(v8_str("Cons3"));
280 v8::Handle<v8::FunctionTemplate> args[3] = { cons1, cons2, cons3 };
288 env->Global()->Set(v8_str("Cons3"), cons3->GetFunction());
291 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
292 "'[object Cons1],[object Cons2],[object Cons3]'");
300 "Fun2(new Cons3(), new Cons2(), new Cons1()) == ',[object Cons2],'");
304 "Fun2(new Cons1(), new Cons2(), new Cons3(), 'd') ==
    [all...]
  /external/v8/test/cctest/
test-api.cc 234 v8::Handle<v8::FunctionTemplate> cons3 = v8::FunctionTemplate::New(); local
235 cons3->SetClassName(v8_str("Cons3"));
237 v8::Handle<v8::FunctionTemplate> args[3] = { cons1, cons2, cons3 };
245 env->Global()->Set(v8_str("Cons3"), cons3->GetFunction());
248 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
249 "'[object Cons1],[object Cons2],[object Cons3]'");
257 "Fun2(new Cons3(), new Cons2(), new Cons1()) == ',[object Cons2],'");
261 "Fun2(new Cons1(), new Cons2(), new Cons3(), 'd') ==
    [all...]

Completed in 66 milliseconds