Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/ | |
full-codegen.h | 594 void set_new_context(const ExpressionContext* context) { context_ = context; } function in class:v8::internal::FullCodeGenerator 658 codegen->set_new_context(this); 662 codegen_->set_new_context(old_); [all...] |
/external/v8/src/ | |
full-codegen.h | 551 void set_new_context(const ExpressionContext* context) { context_ = context; } function in class:v8::internal::FullCodeGenerator 615 codegen->set_new_context(this); 619 codegen_->set_new_context(old_); |