Home
last modified time | relevance | path

Searched refs:OBJECT_TYPE (Results 1 – 1 of 1) sorted by relevance

/plugin/issuetracker/
H A Dprototype.js168 OBJECT_TYPE = 'Object', variable
191 return OBJECT_TYPE;
219 if (Type(value) === OBJECT_TYPE && typeof value.toJSON === 'function') {
286 if (Type(object) !== OBJECT_TYPE) { throw new TypeError(); }