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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_4.js 99 Employee.prototype.specialty = "none";
106 Engineer.prototype.specialty = "code";
112 "jim = new Employee(); jim.specialty",
114 jim.specialty );
117 "terry = new Engineer(); terry.specialty",
119 terry.specialty );
122 "sean = new SalesPerson(); sean.specialty",
124 sean.specialty );
127 "wally = new Manager(); wally.specialty",
129 wally.specialty );
    [all...]
proto_7.js 85 Employee.prototype.specialty = "none";
121 "pat.specialty",
123 pat.specialty );
proto_8.js 83 Employee.prototype.specialty = "none";
119 "pat.specialty",
121 pat.specialty );

Completed in 489 milliseconds