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

  /external/v8/src/compiler/
js-global-object-specialization.cc 73 // Lookup on the global object instead. We only deal with own data
75 LookupIterator it(global_object, name, LookupIterator::OWN);
154 // Lookup on the global object instead. We only deal with own data
156 LookupIterator it(global_object, name, LookupIterator::OWN);
  /external/v8/src/runtime/
runtime-object.cc 49 // prototype including own lookups.
127 isolate, receiver, key, &success, LookupIterator::OWN);
176 LookupIterator::Configuration c = LookupIterator::OWN;
294 LookupIterator it(global_object, name, global_object, LookupIterator::OWN);
687 isolate, object, name, object, LookupIterator::OWN);
940 isolate, o, key, &success, LookupIterator::OWN);
runtime-debug.cc 340 // could have the assumption that its own native context is the current
362 LookupIterator it(obj, name, LookupIterator::OWN);
    [all...]
  /external/v8/src/
lookup.h 24 OWN = kInterceptor,
objects.cc     [all...]
builtins.cc 355 // Smi receivers do not have own properties.
679 LookupIterator it(isolate_, storage_, index, LookupIterator::OWN);
    [all...]
objects-inl.h     [all...]
elements.cc     [all...]
api.cc     [all...]
  /external/v8/test/webkit/resources/
json2-es5-compat.js 11 NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
147 USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 1423 milliseconds