Lines Matching refs:OwnPropertyKeys
710 // ES6 9.5.12 [[OwnPropertyKeys]] ()
711 JSHandle<TaggedArray> JSProxy::OwnPropertyKeys(JSThread *thread, const JSHandle<JSProxy> &proxy)
718 THROW_TYPE_ERROR_AND_RETURN(thread, "OwnPropertyKeys: handler is null",
734 // a.Return target.[[OwnPropertyKeys]]().
757 THROW_TYPE_ERROR_AND_RETURN(thread, "OwnPropertyKeys: contains duplicate entries",
767 // 13.Let targetKeys be target.[[OwnPropertyKeys]]().
823 THROW_TYPE_ERROR_AND_RETURN(thread, "OwnPropertyKeys: key is not an element of uncheckedResultKeys",
841 THROW_TYPE_ERROR_AND_RETURN(thread, "OwnPropertyKeys: key is not an element of uncheckedResultKeys",
850 THROW_TYPE_ERROR_AND_RETURN(thread, "OwnPropertyKeys: uncheckedResultKeys is not empty",
864 THROW_TYPE_ERROR_AND_RETURN(thread, "OwnPropertyKeys: handler is null",