HomeSort by relevance Sort by last modified time
    Searched refs: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/v8/src/
runtime.cc     [all...]

Completed in 64 milliseconds