HomeSort by relevance Sort by last modified time
    Searched refs:IsAsmModule (Results 1 - 5 of 5) sorted by null

  /external/v8/src/objects/
scope-info.h 91 inline bool IsAsmModule() { return AsmModuleField::decode(Flags()); }
scope-info.cc 441 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) ||
    [all...]
  /external/v8/src/ast/
scopes.cc 183 asm_function_ = outer_scope_->IsAsmModule();
364 bool Scope::IsAsmModule() const {
405 if (scope_info->IsAsmModule())
    [all...]
scopes.h 330 bool IsAsmModule() const;
    [all...]
  /external/v8/src/
compiler.cc 584 if (literal->scope()->IsAsmModule()) return true;
609 if (info->scope()->IsAsmModule() ||
    [all...]

Completed in 552 milliseconds