Home
last modified time | relevance | path

Searched refs:OptimalType (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/json/
Djson-parser.cc528 value->OptimalType(isolate(), representation); in BuildJsonObject()
537 value->OptimalType(isolate(), expected_representation); in BuildJsonObject()
/third_party/node/deps/v8/src/objects/
Dmap-updater.cc159 return GetValue(descriptor).OptimalType(isolate_, representation); in GetOrComputeFieldType()
172 .OptimalType(isolate_, representation); in GetOrComputeFieldType()
Dmap.cc479 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()
Dobjects.h371 Handle<FieldType> OptimalType(Isolate* isolate,
Dvalue-serializer.cc2345 value->OptimalType(isolate_, expected_representation); in ReadJSObjectProperties()
Dobjects.cc206 Handle<FieldType> Object::OptimalType(Isolate* isolate, in OptimalType() function in v8::internal::Object