Home | History | Annotate | Download | only in x64

Lines Matching full:jsfunction

833   Handle<JSFunction> function() const { return hydrogen()->function(); }
1418 Handle<JSFunction> function() { return hydrogen()->function(); }
1502 Handle<JSFunction> target() const { return hydrogen()->target(); }
2196 const ZoneList<Handle<JSFunction> >* inlined_closures() const {
2200 void AddInlinedClosure(Handle<JSFunction> closure) {
2210 ZoneList<Handle<JSFunction> > inlined_closures_;