Lines Matching defs:fun
400 void StringStream::PrintSecurityTokenIfChanged(JSFunction fun) {
401 Object token = fun.native_context().security_token();
402 Isolate* isolate = fun.GetIsolate();
409 void StringStream::PrintFunction(JSFunction fun, Object receiver, Code* code) {
410 PrintPrototype(fun, receiver);
411 *code = FromCodeT(fun.code());
414 void StringStream::PrintPrototype(JSFunction fun, Object receiver) {
415 Object name = fun.shared().Name();
417 Isolate* isolate = fun.GetIsolate();
430 Object key = iter.GetCurrent<JSObject>().SlowReverseLookup(fun);
449 PrintName(fun.shared().Name());