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

  /external/v8/src/objects/
scope-info.h 94 inline bool IsAsmFunction() { return AsmFunctionField::decode(Flags()); }
  /external/v8/src/ast/
scopes.h 331 bool IsAsmFunction() const;
    [all...]
scopes.cc 368 bool Scope::IsAsmFunction() const {
403 if (scope_info->IsAsmFunction())
    [all...]

Completed in 141 milliseconds