Lines Matching defs:JSFunction
490 void Debug::Break(JavaScriptFrame* frame, Handle<JSFunction> break_target) {
672 Handle<JSFunction> function = summary.AsJavaScript().function();
861 int Debug::GetFunctionDebuggingId(Handle<JSFunction> function) {
1071 void Debug::PrepareStepIn(Handle<JSFunction> function) {
1092 Handle<JSFunction> function(
1202 Handle<JSFunction> function(summary.function());
1465 JSFunction fun = JSFunction::cast(obj);
1483 JSFunction fun = JSFunction::cast(obj);
1590 std::vector<Handle<JSFunction>> needs_compile;
1599 JSFunction fun = JSFunction::cast(obj);
1614 for (Handle<JSFunction> fun : needs_compile) {
1704 JSFunction closure = JSFunction()) {
1745 JSFunction ResultClosure() { return current_candidate_closure_; }
1749 JSFunction current_candidate_closure_;
1875 // and there may not be a JSFunction referencing it. Find the SFI closest to
1878 // not have to compile a SFI without JSFunction, which is paifu for those that
1908 // be no JSFunction referencing it. We can anticipate creating a debug
2492 Handle<JSFunction> function(JSFunction::cast(fun), isolate_);
2734 bool Debug::PerformSideEffectCheck(Handle<JSFunction> function,