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

/external/chromium_org/v8/src/
H A Dscopes.cc227 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true;
H A Dobjects.h4147 bool IsAsmFunction() { return AsmFunctionField::decode(Flags()); } function in class:v8::internal::ScopeInfo

Completed in 59 milliseconds