Home
last modified time | relevance | path

Searched refs:CollectOwnPropertyNames (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dkeys.h50 Maybe<bool> CollectOwnPropertyNames(Handle<JSReceiver> receiver,
Dkeys.cc587 Maybe<bool> KeyAccumulator::CollectOwnPropertyNames(Handle<JSReceiver> receiver, in CollectOwnPropertyNames() function in v8::internal::KeyAccumulator
695 MAYBE_RETURN(CollectOwnPropertyNames(receiver, object), Nothing<bool>()); in CollectOwnKeys()
Dvalue-serializer.cc619 if (!accumulator.CollectOwnPropertyNames(array, array).FromMaybe(false)) { in WriteJSArray()
Dobjects.cc7887 accumulator.CollectOwnPropertyNames(copy, copy); in StructureWalk()