Home | History | Annotate | Download | only in src

Lines Matching defs:fun

424   Handle<JSFunction> fun = Handle<JSFunction>::cast(fun_obj);
432 Handle<Object> result = Execution::TryCall(fun,
449 Handle<JSFunction> fun =
458 Handle<Object> result = Execution::TryCall(fun,
715 Handle<JSFunction> fun = NewFunctionHelper(name, prototype);
716 fun->set_context(Top::context()->global_context());
717 return fun;