Home | History | Annotate | Download | only in src

Lines Matching defs:fun

458   JSFunction* fun = JSFunction::cast(f);
459 Object* perhaps_context = fun->unchecked_context();
463 Context* context = fun->context();
485 JSFunction* fun = JSFunction::cast(f);
487 PrintPrototype(fun, receiver);
488 *code = fun->code();
526 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) {
527 Object* name = fun->shared()->name();
531 Object* key = JSObject::cast(p)->SlowReverseLookup(fun);
552 PrintName(fun->shared()->name());