Home | History | Annotate | Download | only in profiler

Lines Matching full:bindings

1110     SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(),
1119 FixedArray* bindings = js_fun->bound_arguments();
1120 for (int i = 0; i < bindings->length(); i++) {
1122 SetNativeBindReference(js_obj, entry, reference_name, bindings->get(i));