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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
forin-002.js 31 ForIn_2(this);
34 ForIn_2(new MyObject(new Boolean(true)));
36 ForIn_2(3);
61 function ForIn_2(object) {
forin-001.js 25 ForIn_2( { length:4, company:"netscape", year:2000, 0:"zero" } );
69 function ForIn_2( object ) {

Completed in 720 milliseconds