HomeSort by relevance Sort by last modified time
    Searched full:is_extensible (Results 1 - 9 of 9) sorted by null

  /external/libmojo/mojo/public/tools/bindings/generators/java_templates/
enum_definition.tmpl 18 private static final boolean IS_EXTENSIBLE = {% if enum.extensible %}true{% else %}false{% endif %};
33 if (IS_EXTENSIBLE || isKnownValue(value))
  /external/v8/src/
lookup.h 203 return !receiver->map()->is_extensible() &&
objects.cc 1338 Maybe<bool> is_extensible = JSReceiver::IsExtensible(target); local
15099 Maybe<bool> is_extensible = JSReceiver::IsExtensible(target); local
    [all...]
objects-printer.cc 551 if (!is_extensible()) os << "\n - non-extensible";
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/builtins/
builtins-array.cc 111 if (!array->map()->is_extensible()) return false;
    [all...]
  /external/v8/src/compiler/
js-builtin-reducer.cc 148 !receiver_map->is_dictionary_map() && receiver_map->is_extensible() &&
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 210 milliseconds