Home | History | Annotate | Download | only in src

Lines Matching refs:fun

449   JSFunction* fun = JSFunction::cast(f);
450 Object* perhaps_context = fun->context();
454 Context* context = fun->context();
489 JSFunction* fun = JSFunction::cast(f);
491 PrintPrototype(fun, receiver);
492 *code = fun->code();
508 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) {
509 Object* name = fun->shared()->name();
511 Isolate* isolate = fun->GetIsolate();
516 Object* key = JSObject::cast(iter.GetCurrent())->SlowReverseLookup(fun);
537 PrintName(fun->shared()->name());