Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h175 const Operator* CreateBlockContext() { NOPROPS(JSCreateBlockContext, 2, 1); } in CreateBlockContext() function
Dast-graph-builder.cc456 const Operator* op = javascript()->CreateBlockContext(); in VisitBlock()