Searched refs:OwnPropertyKeys (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dkeys.cc676 // ...whereas [[OwnPropertyKeys]] shall return whitelisted properties.
739 // 6a. Return target.[[OwnPropertyKeys]]().
761 // 10. Let targetKeys be ? target.[[OwnPropertyKeys]]().
764 JSReceiver::OwnPropertyKeys(target),
H A Dobjects.h2050 // ES6 [[OwnPropertyKeys]] (modulo return type)
2051 MUST_USE_RESULT static inline MaybeHandle<FixedArray> OwnPropertyKeys(
10340 MUST_USE_RESULT static Maybe<bool> OwnPropertyKeys(
H A Dobjects-inl.h1245 MUST_USE_RESULT MaybeHandle<FixedArray> JSReceiver::OwnPropertyKeys( function in class:v8::internal::JSReceiver
H A Dobjects.cc2098 // 3b. Let keys be ? from.[[OwnPropertyKeys]]().
6095 // 4. Let keys be props.[[OwnPropertyKeys]]().
7338 isolate, keys, JSReceiver::OwnPropertyKeys(receiver), Nothing<bool>());
7388 isolate, keys, JSReceiver::OwnPropertyKeys(object), Nothing<bool>());

Completed in 268 milliseconds