Searched refs:OptimalType (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/json/ |
D | json-parser.cc | 528 value->OptimalType(isolate(), representation); in BuildJsonObject() 537 value->OptimalType(isolate(), expected_representation); in BuildJsonObject()
|
/third_party/node/deps/v8/src/objects/ |
D | map-updater.cc | 159 return GetValue(descriptor).OptimalType(isolate_, representation); in GetOrComputeFieldType() 172 .OptimalType(isolate_, representation); in GetOrComputeFieldType()
|
D | map.cc | 479 Handle<FieldType> type = constant->OptimalType(isolate, representation); in CopyWithConstant() 1798 Handle<FieldType> type = value->OptimalType(isolate, representation); in UpdateDescriptorForValue() 1856 Handle<FieldType> type = value->OptimalType(isolate, representation); in TransitionToDataProperty()
|
D | objects.h | 371 Handle<FieldType> OptimalType(Isolate* isolate,
|
D | value-serializer.cc | 2345 value->OptimalType(isolate_, expected_representation); in ReadJSObjectProperties()
|
D | objects.cc | 206 Handle<FieldType> Object::OptimalType(Isolate* isolate, in OptimalType() function in v8::internal::Object
|