Searched refs:FastPropertyAt (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | property-descriptor.cc | 66 value = JSObject::FastPropertyAt(isolate, Handle<JSObject>::cast(obj), in ToPropertyDescriptorFastPath()
|
H A D | js-objects.h | 678 static Handle<Object> FastPropertyAt(Isolate* isolate, 682 static Handle<Object> FastPropertyAt(Isolate* isolate,
|
H A D | lookup.cc | 933 return JSObject::FastPropertyAt( in FetchValue() 1068 return JSObject::FastPropertyAt( in GetDataValue()
|
H A D | js-objects.cc | 345 JSObject::FastPropertyAt(isolate, from, representation, index); in FastAssign() 2146 prop_value = JSObject::FastPropertyAt(isolate, object, representation, in FastGetOwnValuesOrEntries() 4423 Handle<Object> JSObject::FastPropertyAt(Isolate* isolate, in FastPropertyAt() function in v8::internal::JSObject 4431 Handle<Object> JSObject::FastPropertyAt(Isolate* isolate, in FastPropertyAt() function in v8::internal::JSObject
|
H A D | value-serializer.cc | 650 value = JSObject::FastPropertyAt(isolate_, object, in WriteJSObject()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 874 Handle<Object> value = JSObject::FastPropertyAt( in DiscoverObject() 978 Handle<Object> value = JSObject::FastPropertyAt( in SerializeObject()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 6123 Handle<Object> value = JSObject::FastPropertyAt( in TransferNamedProperties()
|
Completed in 29 milliseconds