Home | History | Annotate | Download | only in debug

Lines Matching refs:JSFunction

491   Handle<JSFunction> function(frame->function());
582 Handle<JSFunction> function = summary.AsJavaScript().function();
608 Handle<JSFunction> fun = Handle<JSFunction>::cast(
642 bool Debug::SetBreakPoint(Handle<JSFunction> function,
864 void Debug::PrepareStepIn(Handle<JSFunction> function) {
879 Handle<JSFunction> function(
994 Handle<JSFunction> function(summary.function());
1198 JSFunction* function = frame->function();
1251 List<Handle<JSFunction> > functions;
1255 // for which no JSFunction exists.
1282 JSFunction* function = JSFunction::cast(obj);
1302 for (Handle<JSFunction> const function : functions) {
1304 JSFunction::EnsureLiterals(function);
1410 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) {
1442 JSFunction* ResultClosure() { return current_candidate_closure_; }
1446 JSFunction* current_candidate_closure_;
1454 // and there may not be a JSFunction referencing it. Find the SFI closest to
1457 // not have to compile a SFI without JSFunction, which is paifu for those that
1482 // be no JSFunction referencing it. We can anticipate creating a debug
2112 Handle<SharedFunctionInfo> shared(JSFunction::cast(fun)->shared(),
2122 Deoptimizer::DeoptimizeFunction(JSFunction::cast(fun));
2126 JSFunction::cast(fun)->context()->global_object();
2236 bool Debug::PerformSideEffectCheck(Handle<JSFunction> function) {
2321 Handle<JSFunction> listener,
2325 listener_ = Handle<JSFunction>::cast(global_handles->Create(*listener));