Home | History | Annotate | Download | only in src

Lines Matching defs:fun

465   JSFunction* fun = JSFunction::cast(f);
466 Object* perhaps_context = fun->unchecked_context();
470 Context* context = fun->context();
492 JSFunction* fun = JSFunction::cast(f);
494 PrintPrototype(fun, receiver);
495 *code = fun->code();
533 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) {
534 Object* name = fun->shared()->name();
539 Object* key = JSObject::cast(p)->SlowReverseLookup(fun);
560 PrintName(fun->shared()->name());