HomeSort by relevance Sort by last modified time
    Searched defs:skip_hidden_prototypes (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
accessors.cc 650 const bool skip_hidden_prototypes = true; local
652 return receiver->SetPrototype(value, skip_hidden_prototypes);
handles.cc 313 const bool skip_hidden_prototypes = false; local
314 CALL_HEAP_FUNCTION(obj->SetPrototype(*value, skip_hidden_prototypes), Object);

Completed in 124 milliseconds