Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dprotectors.h21 V(ArrayConstructor, ArrayConstructorProtector, array_constructor_protector) \
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc657 PropertyCellRef array_constructor_protector = in ReduceJSCreateArray() local
658 MakeRef(broker(), factory()->array_constructor_protector()); in ReduceJSCreateArray()
659 array_constructor_protector.CacheAsProtector(); in ReduceJSCreateArray()
660 can_inline_call = array_constructor_protector.value().AsSmi() == in ReduceJSCreateArray()
/third_party/node/deps/v8/src/roots/
Droots.h230 V(PropertyCell, array_constructor_protector, ArrayConstructorProtector) \