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

  /external/chromium_org/v8/src/
lookup-inl.h 20 next->map()->is_hidden_prototype());
23 !(check_hidden() && next->map()->is_hidden_prototype()) &&
prototype.h 104 !HeapObject::cast(object_)->map()->is_hidden_prototype());
109 !Handle<HeapObject>::cast(handle_)->map()->is_hidden_prototype());
objects-printer.cc 441 if (is_hidden_prototype()) os << " - hidden_prototype\n";
    [all...]
objects.h 5670 inline bool is_hidden_prototype() { function in class:v8::internal::Map
    [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/src/ic/
call-optimization.cc 33 if (!prototype->map()->is_hidden_prototype()) break;

Completed in 196 milliseconds