Searched defs:isFunction (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dbuiltins.js37 function isFunction(obj) { function
76 if (isFunction(propDesc.value)) {
87 if (isFunction(value)) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptValue.h97 bool isFunction() const function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js97 if (Object.isFunction(properties[0]))
137 if (ancestor && Object.isFunction(value) &&
326 function isFunction(object) { function
358 isFunction: isFunction,
540 if (Object.isFunction(replacement)) return replacement;
789 if (object && Object.isFunction(object.toTemplateReplacements))
905 if (Object.isFunction(this.indexOf))
1007 if (Object.isFunction(args.last()))
1455 if (Object.isFunction(responde
[all...]
H A Ddojo-1.6.1.js1853 dojo.isFunction = function(/*anything*/ it){
1864 (it === null || typeof it == "object" || d.isArray(it) || d.isFunction(it)); // Boolean
1881 !d.isString(it) && !d.isFunction(it) &&
1890 return it && !d.isFunction(it) && /\{\s*\[native code\]\s*\}/.test(String(it)); // Boolean
2064 if(!o || typeof o != "object" || d.isFunction(o)){
2090 // }else if(d.isFunction(o)){
2214 return tmpl.replace(pattern || _pattern, d.isFunction(map) ?
3713 args.push(dojo.isString(a1)||dojo.isFunction(a1) ? a[i++] : null, a[i++]);
4247 if(dojo.isFunction(tf)){
6640 if(d.isFunction(valu
[all...]
/external/llvm/include/llvm/LTO/
H A DLTOModule.h45 bool isFunction; member in struct:llvm::LTOModule::NameAndAttributes
177 bool isFunction);
/external/chromium_org/v8/test/webkit/
H A Dtypeof-constant-string.js110 function isFunction(a) function
115 shouldBeTrue("isFunction(function () { })");
116 shouldBeFalse("isFunction(1)");
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h121 bool isFunction() const { return length() > 0 && (*this)[length() - 1] == '('; } function in struct:blink::CSSParserString
/external/llvm/lib/LTO/
H A DLTOModule.cpp206 info.isFunction = false;
222 info.isFunction = false;
248 info.isFunction = false;
268 info.isFunction = false;
376 bool isFunction) {
382 if (isFunction) {
422 info.isFunction = isFunction;
456 info.isFunction = false;
464 if (info.isFunction)
375 addDefinedSymbol(const char *Name, const GlobalValue *def, bool isFunction) argument
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h62 virtual bool isFunction() const function in class:TSymbol
197 virtual bool isFunction() const function in class:TFunction
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typeof a};goog.isFunction=function(a){return"function"==goog.typeOf(a)};goog.isObject=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b};goog.getUid=function(a){return a[goog.UID_PROPERTY_]||(a[goog.UID_PROPERTY_]=++goog.uidCounter_)};goog.hasUid=function(a){return!!a[goog.UID_PROPERTY_]};goog.removeUid=function(a){"removeAttribute"in a&&a.removeAttribute(goog.UID_PROPERTY_);try{delete a[goog.UID_PROPERTY_]}catch(b){}};
79 goog.asserts.assertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog.asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};
H A DchromeVoxKbExplorerScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typeof a};goog.isFunction=function(a){return"function"==goog.typeOf(a)};goog.isObject=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b};goog.getUid=function(a){return a[goog.UID_PROPERTY_]||(a[goog.UID_PROPERTY_]=++goog.uidCounter_)};goog.hasUid=function(a){return!!a[goog.UID_PROPERTY_]};goog.removeUid=function(a){"removeAttribute"in a&&a.removeAttribute(goog.UID_PROPERTY_);try{delete a[goog.UID_PROPERTY_]}catch(b){}};
H A DchromeVoxChromeBackgroundScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typeof a};goog.isFunction=function(a){return"function"==goog.typeOf(a)};goog.isObject=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b};goog.getUid=function(a){return a[goog.UID_PROPERTY_]||(a[goog.UID_PROPERTY_]=++goog.uidCounter_)};goog.hasUid=function(a){return!!a[goog.UID_PROPERTY_]};goog.removeUid=function(a){"removeAttribute"in a&&a.removeAttribute(goog.UID_PROPERTY_);try{delete a[goog.UID_PROPERTY_]}catch(b){}};
50 goog.asserts.assertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog.asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};
H A DchromeVoxChromeOptionsScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typeof a};goog.isFunction=function(a){return"function"==goog.typeOf(a)};goog.isObject=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b};goog.getUid=function(a){return a[goog.UID_PROPERTY_]||(a[goog.UID_PROPERTY_]=++goog.uidCounter_)};goog.hasUid=function(a){return!!a[goog.UID_PROPERTY_]};goog.removeUid=function(a){"removeAttribute"in a&&a.removeAttribute(goog.UID_PROPERTY_);try{delete a[goog.UID_PROPERTY_]}catch(b){}};
111 goog.asserts.assertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog.asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
H A Dbase.js834 // we can't use goog.isFunction. Calling typeof directly returns 'unknown'
986 goog.isFunction = function(val) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h801 bool isFunction() const { function in class:SkPdfNativeObject
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h801 bool isFunction() const { function in class:SkPdfNativeObject
/external/llvm/lib/IR/
H A DVerifier.cpp331 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, bool isFunction,
737 bool isFunction, const Value *V) {
778 if (!isFunction) {
790 } else if (isFunction) {
736 VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, bool isFunction, const Value *V) argument
/external/chromium_org/v8/src/
H A Dmirror-debugger.js318 Mirror.prototype.isFunction = function() {
870 if (!ctor.isFunction()) {
2718 if (mirror.isFunction()) {
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js250 goog.isFunction = function(a) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1957 milliseconds