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

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

Completed in 126 milliseconds