Lines Matching refs:myObject
29 PASS myObject.apply() is [myObject, "myObject.apply"]
30 PASS forwarder(myObject) is [myObject, "myObject.apply"]
33 PASS myFunction.apply(myObject, ['arg1']) is [myObject, "myFunction", "arg1"]
34 PASS myFunction.apply(myObject, arg1Array) is [myObject, "myFunction", "arg1"]
35 PASS forwarder(myFunction, myObject, arg1Array) is [myObject, "myFunction", "arg1"]
39 PASS myFunction.aliasedApply(myObject, ['arg1']) is [myObject, "myFunction", "arg1"]
43 PASS myFunctionWithApply.apply(myObject, ['arg1']) is [myFunctionWithApply, "myFunctionWithApply.ap…
44 PASS myFunctionWithApply.aliasedApply(myObject, ['arg1']) is [myObject, "myFunctionWithApply", "arg…
45 PASS myFunctionWithApply.apply(myObject, arg1Array) is [myFunctionWithApply, "myFunctionWithApply.a…
46 …ASS forwarder(myFunctionWithApply, myObject, arg1Array) is [myFunctionWithApply, "myFunctionWithAp…
47 PASS myFunctionWithApply.aliasedApply(myObject, arg1Array) is [myObject, "myFunctionWithApply", "ar…