Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc1352 Type prototype_type = NodeProperties::GetType(prototype); in ReduceJSCreateObject() local
1353 if (!prototype_type.IsHeapConstant()) return NoChange(); in ReduceJSCreateObject()
1355 HeapObjectRef prototype_const = prototype_type.AsHeapConstant()->Ref(); in ReduceJSCreateObject()