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

  /external/v8/test/cctest/
test-api.cc 230 v8::Handle<v8::FunctionTemplate> cons1 = v8::FunctionTemplate::New(); local
231 cons1->SetClassName(v8_str("Cons1"));
237 v8::Handle<v8::FunctionTemplate> args[3] = { cons1, cons2, cons3 };
243 env->Global()->Set(v8_str("Cons1"), cons1->GetFunction());
248 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
249 "'[object Cons1],[object Cons2],[object Cons3]'");
253 "Fun2(new Cons1(), new Cons2(), 5) == '[object Cons1],[object Cons2],'")
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 273 v8::Handle<v8::FunctionTemplate> cons1 = v8::FunctionTemplate::New(); local
274 cons1->SetClassName(v8_str("Cons1"));
280 v8::Handle<v8::FunctionTemplate> args[3] = { cons1, cons2, cons3 };
286 env->Global()->Set(v8_str("Cons1"), cons1->GetFunction());
291 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
292 "'[object Cons1],[object Cons2],[object Cons3]'");
296 "Fun2(new Cons1(), new Cons2(), 5) == '[object Cons1],[object Cons2],'")
    [all...]

Completed in 286 milliseconds