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

  /external/v8/src/
accessors.cc 640 JSObject::cast(current)->map()->is_hidden_prototype()) {
objects-debug.cc 606 if (is_hidden_prototype()) {
    [all...]
runtime.cc 526 !HeapObject::cast(jsobject->GetPrototype())->map()->is_hidden_prototype());
527 RUNTIME_ASSERT(!proto->map()->is_hidden_prototype());
568 JSObject::cast(proto)->map()->is_hidden_prototype())
    [all...]
bootstrapper.cc     [all...]
objects.h 2826 inline bool is_hidden_prototype() { function in class:v8::internal::Map
    [all...]
objects.cc     [all...]

Completed in 521 milliseconds