Home | History | Annotate | Download | only in src

Lines Matching defs:fun

74   void Add(Vector<const char> name, Handle<JSFunction> fun) {
75 ASSERT(fun->IsBoilerplate());
84 cache_->set(length + 1, *fun);
85 Script::cast(fun->shared()->script())->set_type(Smi::FromInt(type_));
910 Handle<JSFunction> fun =
921 Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1400 Handle<JSFunction> fun =
1402 SetProperty(to, key, fun, details.attributes());