Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc816 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateCatchContext()
822 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateWithContext()
828 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateBlockContext()
Djs-create-lowering.cc1255 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateWithContext()
1276 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateCatchContext()
1297 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateBlockContext()
Djs-operator.cc1463 ScopeInfoRef ScopeInfoOf(JSHeapBroker* broker, const Operator* op) { in ScopeInfoOf() function
Djs-operator.h889 ScopeInfoRef ScopeInfoOf(JSHeapBroker* broker,
Dbytecode-graph-builder.cc1758 return ScopeInfoOf(broker(), context->op()); in TryGetScopeInfo()