Home
last modified time | relevance | path

Searched refs:FastPropertyAt (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dproperty-descriptor.cc64 value = JSObject::FastPropertyAt(Handle<JSObject>::cast(obj), in ToPropertyDescriptorFastPath()
Dlookup.cc442 return JSObject::FastPropertyAt(holder, property_details_.representation(), in FetchValue()
Dobjects.h2349 static Handle<Object> FastPropertyAt(Handle<JSObject> object,
Dobjects.cc7990 Handle<Object> JSObject::FastPropertyAt(Handle<JSObject> object, in FastPropertyAt() function in v8::internal::JSObject
/external/v8/src/runtime/
Druntime-object.cc860 return *JSObject::FastPropertyAt(object, Representation::Double(), in RUNTIME_FUNCTION()