Home | History | Annotate | Download | only in cctest

Lines Matching full:fun2

1915   Local<v8::FunctionTemplate> fun2 = v8::FunctionTemplate::New(isolate);
1916 fun2->PrototypeTemplate()->Set(isolate, "nirk", v8_num(123));
1917 Local<ObjectTemplate> templ2 = fun2->InstanceTemplate();
5109 const char* fun2 = "f(11)";
5110 Local<v8::Array> a1 = CompileRun(fun2).As<v8::Array>();