Home
last modified time | relevance | path

Searched refs:DictionaryPropertyAt (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-objects.h667 static Handle<Object> DictionaryPropertyAt(Isolate* isolate,
673 static base::Optional<Object> DictionaryPropertyAt(Handle<JSObject> object,
H A Djs-objects.cc4440 Handle<Object> JSObject::DictionaryPropertyAt(Isolate* isolate, in DictionaryPropertyAt() function in v8::internal::JSObject
4454 base::Optional<Object> JSObject::DictionaryPropertyAt(Handle<JSObject> object, in DictionaryPropertyAt() function in v8::internal::JSObject
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc660 return JSObject::DictionaryPropertyAt(isolate(), holder.object(), in ComputeDictionaryProtoAccessInfo()
H A Dcompilation-dependencies.cc523 base::Optional<Object> maybe_value = JSObject::DictionaryPropertyAt(
H A Dheap-refs.cc374 // DictionaryPropertyAt will check that we are within the bounds of the in GetOwnDictionaryPropertyFromHeap()
376 base::Optional<Object> maybe_constant = JSObject::DictionaryPropertyAt( in GetOwnDictionaryPropertyFromHeap()

Completed in 20 milliseconds