Searched defs:all_properties (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/xml/sax/
H A Dhandler.py337 all_properties = [property_lexical_handler, variable
/external/python/cpython3/Lib/xml/sax/
H A Dhandler.py337 all_properties = [property_lexical_handler, variable
/external/v8/src/
H A Dfactory.cc183 int boilerplate, int all_properties, int index_keys, bool has_seen_proto) {
185 DCHECK_GE(all_properties, index_keys);
189 all_properties - index_keys - (has_seen_proto ? 1 : 0);
205 DCHECK((boilerplate != (all_properties - index_keys)) || has_seen_proto);
182 NewBoilerplateDescription( int boilerplate, int all_properties, int index_keys, bool has_seen_proto) argument

Completed in 203 milliseconds