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

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-11.js 74 var FUNCTION = new Function();
77 "var FUNCTION = new Function(); f = new FUNCTION(); typeof f",
79 eval("var FUNCTION = new Function(); f = new FUNCTION(); typeof f") );
82 "var FUNCTION = new Function('return this'); f = new FUNCTION(); typeof f"
    [all...]