Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dfunction-apply-aliased-expected.txt34 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…
Dfunction-apply-aliased.js49 var arg1Array = ['arg1']; variable