Home
last modified time | relevance | path

Searched refs:set_execution_context (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h187 inline void set_execution_context(ContextScope* context) { in set_execution_context() function
Dbytecode-generator.cc48 generator_->set_execution_context(this); in ContextScope()
57 generator_->set_execution_context(outer_); in ~ContextScope()
/external/v8/src/compiler/
Dast-graph-builder.h151 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; } in set_execution_context() function
Dast-graph-builder.cc122 builder_->set_execution_context(this); in ContextScope()
126 builder_->set_execution_context(outer_); // Pop. in ~ContextScope()