OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeOf
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp
291
errln(/*value.getString(temp) +*/
typeOf
(value, temp) + " F> " +
293
/*n.getString(temp) */ +
typeOf
(n, temp) + " F> " +
321
NumberFormatRoundTripTest::
typeOf
(const Formattable& n, UnicodeString& result)
/external/icu4c/test/intltest/
nmfmtrt.cpp
291
errln(/*value.getString(temp) +*/
typeOf
(value, temp) + " F> " +
293
/*n.getString(temp) */ +
typeOf
(n, temp) + " F> " +
321
NumberFormatRoundTripTest::
typeOf
(const Formattable& n, UnicodeString& result)
/external/chromium_org/chrome/third_party/chromevox/closure/
base.js
573
return
typeof
doc != 'undefined' &&
752
* This is a "fixed" version of the
typeof
operator. It differs from the
typeof
757
goog.
typeOf
= function(value) {
758
var s =
typeof
value;
788
// we can't use goog.isFunction. Calling
typeof
directly returns 'unknown'
806
typeof
value.length == 'number' &&
807
typeof
value.splice != 'undefined' &&
808
typeof
value.propertyIsEnumerable != 'undefined' &&
825
// (it appears just as an object) so we cannot use just
typeof
val =
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js
5
goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{},nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function(){var a=goog.global.document;return"undefined"!=
typeof
a&&"write"in a},goog.findBasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global.CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document,a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.lastIndexOf("?"),d=-1==d?
9
goog.
typeOf
=function(a){var b=
typeof
a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==
typeof
a.length&&"undefined"!=
typeof
a.splice&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=
typeof
a.call&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
10
else if("function"==b&&"undefined"==
typeof
a.call)return"object";return b};goog.isDef=function(a){return void 0!==a};goog.isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null!=a};goog.isArray=function(a){return"array"==goog.
typeOf
(a)};goog.isArrayLike=function(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typ (…)
[
all
...]
chromeVoxChromePageScript.js
5
goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{},nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function(){var a=goog.global.document;return"undefined"!=
typeof
a&&"write"in a},goog.findBasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global.CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document,a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.lastIndexOf("?"),d=-1==d?
9
goog.
typeOf
=function(a){var b=
typeof
a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==
typeof
a.length&&"undefined"!=
typeof
a.splice&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=
typeof
a.call&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
10
else if("function"==b&&"undefined"==
typeof
a.call)return"object";return b};goog.isDef=function(a){return void 0!==a};goog.isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null!=a};goog.isArray=function(a){return"array"==goog.
typeOf
(a)};goog.isArrayLike=function(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typ (…)
[
all
...]
chromeVoxChromeBackgroundScript.js
5
goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{},nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function(){var a=goog.global.document;return"undefined"!=
typeof
a&&"write"in a},goog.findBasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global.CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document,a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.lastIndexOf("?"),d=-1==d?
9
goog.
typeOf
=function(a){var b=
typeof
a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==
typeof
a.length&&"undefined"!=
typeof
a.splice&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=
typeof
a.call&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
10
else if("function"==b&&"undefined"==
typeof
a.call)return"object";return b};goog.isDef=function(a){return void 0!==a};goog.isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null!=a};goog.isArray=function(a){return"array"==goog.
typeOf
(a)};goog.isArrayLike=function(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typ (…)
[
all
...]
chromeVoxChromeOptionsScript.js
5
goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{},nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function(){var a=goog.global.document;return"undefined"!=
typeof
a&&"write"in a},goog.findBasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global.CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document,a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.lastIndexOf("?"),d=-1==d?
9
goog.
typeOf
=function(a){var b=
typeof
a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==
typeof
a.length&&"undefined"!=
typeof
a.splice&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=
typeof
a.call&&"undefined"!=
typeof
a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
10
else if("function"==b&&"undefined"==
typeof
a.call)return"object";return b};goog.isDef=function(a){return void 0!==a};goog.isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null!=a};goog.isArray=function(a){return"array"==goog.
typeOf
(a)};goog.isArrayLike=function(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typ (…)
[
all
...]
/external/chromium_org/third_party/accessibility-audit/
axs_testing.js
127
return"undefined" !=
typeof
a && "write" in a
189
goog.
typeOf
= function(a) {
190
var b =
typeof
a;
203
if("[object Array]" == c || "number" ==
typeof
a.length && "undefined" !=
typeof
a.splice && "undefined" !=
typeof
a.propertyIsEnumerable && !a.propertyIsEnumerable("splice")) {
206
if("[object Function]" == c || "undefined" !=
typeof
a.call && "undefined" !=
typeof
a.propertyIsEnumerable && !a.propertyIsEnumerable("call")) {
213
if("function" == b && "undefined" ==
typeof
a.call) {
229
return"array" == goog.
typeOf
(a
[
all
...]
Completed in 5037 milliseconds