Home | History | Annotate | Download | only in src

Lines Matching defs:this_arg

3169   // Allocate the bound function with the given {this_arg} and {args}.
3171 Handle<Object> this_arg = isolate->factory()->undefined_value();
3174 this_arg = args.at<Object>(1);
3182 isolate->factory()->NewJSBoundFunction(target, this_arg, argv));