Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h668 bool asm_function() const { return asm_function_; } in asm_function()
669 void set_asm_function() { asm_function_ = true; } in set_asm_function()
873 bool asm_function_ : 1; variable
Dscopes.cc183 asm_function_ = outer_scope_->IsAsmModule(); in DeclarationScope()
291 asm_function_ = false; in SetDefaults()