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

/external/chromium_org/v8/src/
H A Druntime.h857 MUST_USE_RESULT static MaybeHandle<Object> GetObjectProperty(
H A Druntime.cc4858 MaybeHandle<Object> Runtime::GetObjectProperty(Isolate* isolate, function in class:Runtime
4897 Runtime::GetObjectProperty(isolate, object, key));
5001 // Fall back to GetObjectProperty.
5005 Runtime::GetObjectProperty(isolate, receiver_obj, key_obj));
H A Dapi.cc3199 !i::Runtime::GetObjectProperty(isolate, self, key_obj).ToHandle(&result);
/external/chromium_org/v8/src/ic/
H A Dic.cc1176 isolate(), result, Runtime::GetObjectProperty(isolate(), object, key),
1215 Runtime::GetObjectProperty(isolate(), object, key),

Completed in 234 milliseconds