Searched refs:arg1Array (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/ |
D | function-apply-aliased-expected.txt | 34 PASS myFunction.apply(myObject, arg1Array) is [myObject, "myFunction", "arg1"] 35 PASS forwarder(myFunction, myObject, arg1Array) is [myObject, "myFunction", "arg1"] 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…
|
D | function-apply-aliased.js | 49 var arg1Array = ['arg1']; variable
|