OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:salesperson
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_2.js
63
function
SalesPerson
() {
67
SalesPerson
.prototype = new WorkerBee;
93
var
salesperson
= new
SalesPerson
();
112
"
salesperson
.__proto__ ==
SalesPerson
.prototype",
114
salesperson
.__proto__ ==
SalesPerson
.prototype );
proto_4.js
68
function
SalesPerson
() {
72
SalesPerson
.prototype = new WorkerBee();
96
var sean = new
SalesPerson
();
103
var bubbles = new
SalesPerson
();
122
"sean = new
SalesPerson
(); sean.specialty",
147
"bubbles = new
SalesPerson
(); bubbles.specialty",
proto_1.js
62
function
SalesPerson
() {
66
SalesPerson
.prototype = new WorkerBee();
121
var fred = new
SalesPerson
();
124
"fred = new
SalesPerson
(); fred.name",
129
"fred = new
SalesPerson
(); fred.dept",
134
"fred = new
SalesPerson
(); fred.quota",
139
"fred = new
SalesPerson
(); fred.projects.length",
proto_3.js
63
function
SalesPerson
() {
67
SalesPerson
.prototype = new WorkerBee();
proto_10.js
74
function
SalesPerson
() {
78
SalesPerson
.prototype = new WorkerBee();
149
"InstanceOf( pat,
SalesPerson
)",
151
InstanceOf ( pat,
SalesPerson
) );
proto_11.js
67
function
SalesPerson
() {
71
SalesPerson
.prototype = new WorkerBee();
proto_12.js
64
function
SalesPerson
() {
68
SalesPerson
.prototype = new WorkerBee();
proto_5.js
64
function
SalesPerson
() {
68
SalesPerson
.prototype = new WorkerBee();
proto_6.js
67
function
SalesPerson
() {
71
SalesPerson
.prototype = new WorkerBee();
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-002.js
60
function
SalesPerson
() {
64
SalesPerson
.prototype = new WorkerBee();
121
"pat instanceof
SalesPerson
)",
123
pat instanceof
SalesPerson
);
Completed in 75 milliseconds