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

/external/v8/src/
H A Dprototype.h18 * The PrototypeIterator can either start at the prototype (default), or
19 * include the receiver itself. If a PrototypeIterator is constructed for a
22 * The PrototypeIterator can either run to the null_value(), the first
26 class PrototypeIterator { class in namespace:v8::internal
32 PrototypeIterator(Isolate* isolate, Handle<JSReceiver> receiver, function in class:v8::internal::PrototypeIterator
45 PrototypeIterator(Isolate* isolate, JSReceiver* receiver, function in class:v8::internal::PrototypeIterator
56 explicit PrototypeIterator(Map* receiver_map, function in class:v8::internal::PrototypeIterator
70 explicit PrototypeIterator(Handle<Map> receiver_map, function in class:v8::internal::PrototypeIterator
86 ~PrototypeIterator() {}
90 // PrototypeIterator
[all...]

Completed in 83 milliseconds