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

  /external/v8/test/mjsunit/
object-define-property.js 86 configurable: true
92 configurable: false
97 configurable: true
102 configurable: true
107 var dataConfigurable = { value: 1000, configurable: true };
109 var dataNoConfigurable = { value: 2000, configurable: false };
132 assertFalse(desc.configurable);
145 // Make sure that foo can't be reset (as configurable is false).
157 assertTrue(desc.configurable);
169 // Redefine bar with non configurable tes
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.cpp 49 bool PropertyDescriptor::configurable() const function in class:JSC::PropertyDescriptor
133 void PropertyDescriptor::setConfigurable(bool configurable)
135 if (configurable)
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 524 configurable: true
  /sdk/sdk_common/src/com/android/ide/common/resources/configuration/
FolderConfiguration.java 685 * Returns the best matching {@link Configurable} for this configuration.
687 * @param configurables the list of {@link Configurable} to choose from.
689 * @return an item from the given list of {@link Configurable} or null.
693 public Configurable findMatchingConfigurable(List<? extends Configurable> configurables) {
705 ArrayList<Configurable> matchingConfigurables = new ArrayList<Configurable>();
707 Configurable res = configurables.get(i);
724 // look to see if one configurable has this qualifier.
734 for (Configurable configurable : matchingConfigurables)
757 Configurable configurable = matchingConfigurables.get(i); local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 111 milliseconds