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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
forin-002.js 30 ForIn_1(this);
33 ForIn_1(new MyObject(true));
44 function ForIn_1( object) {
forin-001.js 24 ForIn_1( { length:4, company:"netscape", year:2000, 0:"zero" } );
40 function ForIn_1( object ) {
66 * Similar to ForIn_1, except it should increment the counter variable

Completed in 49 milliseconds