Home | History | Annotate | Download | only in cctest

Lines Matching full:unrel_fun

164   v8::Handle<v8::FunctionTemplate> unrel_fun = v8::FunctionTemplate::New();
166 env->Global()->Set(v8_str("UnrelFun"), unrel_fun->GetFunction());