Lines Matching defs:function
62 handle(it.frame()->function(), isolate));
78 SharedFunctionInfo shared = interpreted_frame->function().shared();
115 Handle<JSFunction> function = args.at<JSFunction>(0);
116 USE(function);
118 DCHECK(function->shared().HasDebugInfo());
119 DCHECK(function->shared().GetDebugInfo().BreakAtEntry());
121 // Get the top-most JavaScript frame. This is the debug target function.
123 DCHECK_EQ(*function, it.frame()->function());
130 isolate->debug()->Break(it.frame(), function);
217 Handle<JSBoundFunction> function = Handle<JSBoundFunction>::cast(object);
222 handle(function->bound_target_function(), isolate));
226 handle(function->bound_this(), isolate));
232 handle(function->bound_arguments(), isolate))));
259 handle(generator->function(), isolate));
447 // args[0]: number or JsFunction: break id or function
669 // TODO(5530): Rename once conflicting function has been deleted.
684 // On function call, depending on circumstances, prepare for stepping in,
692 // Ensure that the callee will perform debug check on function call too.