HomeSort by relevance Sort by last modified time
    Searched full:asm_function_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.h 288 bool asm_function() const { return asm_function_; }
474 bool asm_function_; member in class:v8::internal::Scope
scopes.cc 164 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
227 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true;
    [all...]

Completed in 69 milliseconds