Home | History | Annotate | Download | only in src

Lines Matching refs:args_obj

1038   Object* args_obj = sig->args();
1040 if (args_obj->IsUndefined()) return holder;
1041 FixedArray* args = FixedArray::cast(args_obj);