Searched refs:CollectOwnPropertyNames (Results 1 – 3 of 3) sorted by relevance
53 Maybe<bool> CollectOwnPropertyNames(Handle<JSReceiver> receiver,
647 Maybe<bool> KeyAccumulator::CollectOwnPropertyNames(Handle<JSReceiver> receiver, in CollectOwnPropertyNames() function in v8::internal::KeyAccumulator767 MAYBE_RETURN(CollectOwnPropertyNames(receiver, object), Nothing<bool>()); in CollectOwnKeys()
686 if (!accumulator.CollectOwnPropertyNames(array, array).FromMaybe(false)) { in WriteJSArray()