Home
last modified time | relevance | path

Searched refs:myFunctionWithApply (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/
Dfunction-apply-aliased-expected.txt43 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 PASS forwarder(myFunctionWithApply, myObject, arg1Array) is [myFunctionWithApply, "myFunctionWithAp…
47 PASS myFunctionWithApply.aliasedApply(myObject, arg1Array) is [myObject, "myFunctionWithApply", "ar…
Dfunction-apply-aliased.js33 var myFunctionWithApply = function (arg1) { function
47 myFunctionWithApply.apply = function (arg1) { return [this, "myFunctionWithApply.apply", arg1] };