HomeSort by relevance Sort by last modified time
    Searched full:specialty (Results 1 - 6 of 6) 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 );
proto_9.js 74 Employee.prototype.specialty = "none";
  /development/samples/SearchableDictionary/res/raw/
definitions.txt     [all...]
  /external/llvm/docs/
ProgrammersManual.html     [all...]

Completed in 123 milliseconds