Searched refs:asm_function_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h288 bool asm_function() const { return asm_function_; }
474 bool asm_function_; member in class:v8::internal::Scope
H A Dscopes.cc164 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
227 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true;
1173 inner->asm_function_ = true;

Completed in 387 milliseconds