Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc1351 Type prototype_type = NodeProperties::GetType(prototype); in ReduceJSCreateObject() local
1352 if (!prototype_type.IsHeapConstant()) return NoChange(); in ReduceJSCreateObject()
1354 HeapObjectRef prototype_const = prototype_type.AsHeapConstant()->Ref(); in ReduceJSCreateObject()

Completed in 6 milliseconds