HomeSort by relevance Sort by last modified time
    Searched refs:PropertyKind (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
mirror-debugger.js 166 var PropertyKind = {};
167 PropertyKind.Named = 1;
168 PropertyKind.Indexed = 2;
623 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
630 if (kind & PropertyKind.Named) {
636 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
647 if (kind & PropertyKind.Indexed) {
653 if (this.hasIndexedInterceptor() && (kind & PropertyKind.Indexed)) {
668 if (kind & PropertyKind.Named)
    [all...]
parser.cc     [all...]
  /external/chromium-trace/
script.js 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,
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 928 cr.defineProperty(li, 'lead', cr.PropertyKind.BOOL_ATTR);
929 cr.defineProperty(li, 'selected', cr.PropertyKind.BOOL_ATTR);
    [all...]

Completed in 80 milliseconds