HomeSort by relevance Sort by last modified time
    Searched defs:isFunction (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/v8/test/mjsunit/
builtins.js 37 function isFunction(obj) {
67 if (isFunction(propDesc.value)) {
78 if (isFunction(value)) {
  /external/v8/test/mjsunit/
builtins.js 37 function isFunction(obj) {
65 if (isFunction(propDesc.value)) {
76 if (isFunction(value)) {
  /external/chromium_org/chrome_frame/
CFInstance.js 146 var isFunction = function(item) {
964 if (isFunction(i)) {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 97 if (Object.isFunction(properties[0]))
137 if (ancestor && Object.isFunction(value) &&
326 function isFunction(object) {
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()))
    [all...]
dojo-1.6.1.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptValue.h 113 bool isFunction() const
117 return !value.IsEmpty() && value->IsFunction();
  /external/llvm/tools/lto/
LTOModule.h 46 bool isFunction;
143 void addDefinedSymbol(const llvm::GlobalValue *def, bool isFunction);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Pointer.java 125 public boolean isFunction() {
  /external/chromium_org/v8/test/webkit/
typeof-constant-string.js 110 function isFunction(a)
115 shouldBeTrue("isFunction(function () { })");
116 shouldBeFalse("isFunction(1)");
  /external/chromium_org/third_party/angle/src/compiler/
SymbolTable.h 50 virtual bool isFunction() const { return false; }
143 virtual bool isFunction() const { return true; }
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js 788 // we can't use goog.isFunction. Calling typeof directly returns 'unknown'
955 goog.isFunction = function(val) {
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 11 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){}};
chromeVoxChromePageScript.js 11 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){}};
49 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};goog.asserts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a)&&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};
    [all...]
chromeVoxChromeBackgroundScript.js 11 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){}};
49 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};goog.asserts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a)&&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};
    [all...]
chromeVoxChromeOptionsScript.js 11 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){}};
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 303 Mirror.prototype.isFunction = function() {
784 if (!ctor.isFunction()) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 86 /// isFunction - Return true if the given decl has function
88 static bool isFunction(const Decl *D) {
96 return isFunction(D) || isa<ObjCMethodDecl>(D);
    [all...]
  /external/v8/src/
mirror-debugger.js 303 Mirror.prototype.isFunction = function() {
765 if (!ctor.isFunction()) {
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 247 goog.isFunction = function(a) {
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 535 milliseconds