/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 104 * Note that instanceof Array is not robust; for example an Array
105 * created in another iframe fails instanceof Array.
|
jstemplate.js | 612 // The expression value instanceof Array is occasionally false for
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 104 * Note that instanceof Array is not robust; for example an Array 105 * created in another iframe fails instanceof Array.
|
jstemplate.js | 612 // The expression value instanceof Array is occasionally false for [all...] |
/external/chromium-trace/ |
script.js | 12 b):this.removeAttribute(g),f&&f.call(this,a,e),j(this,b,a,e))}}}function t(b,a,f){var e=base.doc.createEvent("Event");e.initEvent(b,!!a,!!f);e.__proto__=global.Event.prototype;return e}function m(){this.types=[];this.values=[]}var q=".",p=!1,r={},u={},s={},w={},v={},x={},y={JS:"js",ATTR:"attr",BOOL_ATTR:"boolAttr"},z=1;m.prototype={__proto__:Object.prototype,add:function(b,a){this.types.push(b);this.values.push(a)},get:function(b){for(var a=0;a<this.types.length;a++)if(b instanceof this.types[a])return this.values[a]}}; 16 base.isGTK=/GTK/.test(chrome.toolkit),base.isViews=/views/.test(chrome.toolkit),d("/src");else{var b=cr;Object.defineProperty(global,"cr",{get:function(){Object.defineProperty(global,"cr",{value:b});originalBase.initialize();return b},configurable:!0})}},PropertyKind:y,asArray:function(b){for(var a=[],f=0;f<b.length;f++)a.push(b[f]);return a},concatenateArrays:function(){for(var b=[],a=0;a<arguments.length;a++){if(!(arguments[a]instanceof Array))throw Error("Arguments "+a+"is not an array");b.push.apply(b, 29 push_:function(b){this[this.length_++]=b;this.bounds_dirty_=!0;return b},addSlice:function(b,a){return this.push_(new d(b,a))},addCounterSample:function(b,a,e){return this.push_(new c(b,a,e))},subSelection:function(b,f){f=f||1;var e=new a;e.bounds_dirty_=!0;if(0>b||b+f>this.length_)throw Error("Index out of bounds");for(var g=b;g<b+f;g++)e.push_(this[g]);return e},getCounterSampleHitsAsSelection:function(){for(var b=new a,f=0;f<this.length_;f++)this[f]instanceof c&&b.push_(this[f]);return b},getSliceHitsAsSelection:function(){for(var b= 30 new a,f=0;f<this.length_;f++)this[f]instanceof d&&b.push_(this[f]);return b},getNumSliceHits:function(){for(var b=0,a=0;a<this.length_;a++)this[a]instanceof d&&b++;return b},getNumCounterHits:function(){for(var b=0,a=0;a<this.length_;a++)this[a]instanceof c&&b++;return b},map:function(b){for(var a=0;a<this.length_;a++)b(this[a])},getShiftedSelection:function(b){for(var f=new a,e=0;e<this.length_;e++){var g=this[e];g.track.addItemNearToProvidedHitToSelection(g,b,f)}return 0==f.length?void 0:f}};return{SelectionSliceHit:d, 42 base.exportTo("tracing.ui",function(){function d(c,a){return(a&&a.ownerDocument?a.ownerDocument:base.doc).createElement(c)}return{decorate:function(c,a){var b;b="string"==typeof c?base.doc.querySelectorAll(c):[c];for(var f=0,e;e=b[f];f++)e instanceof a||a.decorate(e)},define:function(c){function a(e){var g=b(f,e);a.decorate(g);for(var c in e)g[c]=e[c];return g}var b,f;"function"==typeof c?(b=c,f=""):(b=d,f=c);a.decorate=function(b){b.__proto__=a.prototype;b.decorate()};return a},limitInputWidth:function(c, [all...] |
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 55 if (e instanceof Error) {
|
/external/v8/test/mjsunit/ |
array-unshift.js | 200 assertTrue(e instanceof RangeError);
|
array-splice.js | 363 assertTrue(e instanceof RangeError);
|
instanceof-2.js | 296 var answer = (x instanceof func);
|
strict-mode.js | [all...] |
/external/v8/src/ |
debug-debugger.js | 218 if (!(mirror instanceof ValueMirror) || !%ToBoolean(mirror.value_)) { [all...] |
d8.js | [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 199 if (k == 'headers' && entry.params[k] instanceof Array) {
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 219 if (value instanceof RegExp) { [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 554 return self.apply(this instanceof nop ? this : (selfObj || {}),
|
/dalvik/docs/ |
prettify.js | 120 "boolean byte extends final finally implements import instanceof null " + 224 "do", "else", "finally", "instanceof", [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.cpp | 690 if (retvalue instanceof Array) \ [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 120 "instanceof null native package strictfp super synchronized throws " + 209 "do", "else", "finally", "instanceof", [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | 120 "instanceof null native package strictfp super synchronized throws " + 209 "do", "else", "finally", "instanceof", [all...] |