HomeSort by relevance Sort by last modified time
    Searched defs:GetArguments (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.8-1.js 88 var ARGUMENTS = eval( "GetArguments( " +args+")" );
92 "GetArguments("+args+")["+i+"]",
106 function GetArguments() {
10.1.8-2.js 70 var GetArguments = new Function( "var a = arguments; return a" );
94 var ARGUMENTS = eval( "GetArguments( " +args+")" );
98 "GetArguments("+args+")["+i+"]",

Completed in 101 milliseconds