Home
last modified time | relevance | path

Searched refs:OWN_ONLY (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc514 JSReceiver::OWN_ONLY); in MaterializeClosure()
563 JSReceiver::OWN_ONLY); in MaterializeBlockScope()
/external/v8/src/
Djson-stringifier.h570 JSReceiver::GetKeys(object, JSReceiver::OWN_ONLY, ENUMERABLE_STRINGS), in SerializeJSObject()
Dbuiltins.cc1490 isolate, keys, JSReceiver::GetKeys(from, JSReceiver::OWN_ONLY, in BUILTIN()
1638 JSReceiver::GetKeys(receiver, JSReceiver::OWN_ONLY, ENUMERABLE_STRINGS, in BUILTIN()
1929 JSReceiver::OWN_ONLY, ALL_PROPERTIES, in BUILTIN()
Dobjects.h1961 enum KeyCollectionType { OWN_ONLY, INCLUDE_PROTOS }; enumerator
1966 return GetKeys(object, JSReceiver::OWN_ONLY, ALL_PROPERTIES, in OwnPropertyKeys()
Dobjects.cc6417 JSReceiver::GetKeys(props, JSReceiver::OWN_ONLY, ALL_PROPERTIES), Object); in DefineProperties()
8631 DCHECK(type == JSReceiver::OWN_ONLY); in GetKeysFromJSObject()
8692 PrototypeIterator::WhereToEnd end = type == JSReceiver::OWN_ONLY in GetKeys_Internal()
8702 if (type == JSReceiver::OWN_ONLY) { in GetKeys_Internal()
8801 return GetKeys_Internal(isolate, receiver, target, OWN_ONLY, filter, in OwnPropertyKeys()
Dapi.cc3778 has_pending_exception = !i::JSReceiver::GetKeys(self, i::JSReceiver::OWN_ONLY, in GetOwnPropertyNames()
/external/v8/src/runtime/
Druntime-object.cc754 isolate, keys, JSReceiver::GetKeys(object, JSReceiver::OWN_ONLY, filter, in RUNTIME_FUNCTION()