Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/compiler/ | |
ast-graph-builder.h | 53 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; } function in class:v8::internal::compiler::AstGraphBuilder 404 owner_->set_execution_context(this); // Push. 409 owner_->set_execution_context(next_); // Pop. |