Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Djs-operator.h174 const Operator* CreateWithContext() { NOPROPS(JSCreateWithContext, 2, 1); } in CreateWithContext() function
Dast-graph-builder.cc522 const Operator* op = javascript()->CreateWithContext(); in VisitWithStatement()