HomeSort by relevance Sort by last modified time
    Searched full:f_bound_this (Results 1 - 1 of 1) sorted by null

  /external/v8/test/mjsunit/
function-bind.js 61 // Values that would normally be in "this" when calling f_bound_this.
65 function f_bound_this(z) { function
69 assertEquals(3, f_bound_this(1))
70 f = f_bound_this.bind(obj);
74 f = f_bound_this.bind(obj, 2);

Completed in 148 milliseconds