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

  /external/v8/src/compiler/
access-info.h 68 kModuleExport
100 bool IsModuleExport() const { return kind() == kModuleExport; }
access-info.cc 110 return PropertyAccessInfo(kModuleExport, MaybeHandle<JSObject>(), cell,
227 case kModuleExport: {
236 DCHECK_EQ(kModuleExport, kind_);
  /external/v8/src/ic/
handler-configuration-inl.h 81 KindBits::encode(kModuleExport) | ExportsIndexBits::encode(index);
handler-configuration.h 48 kModuleExport
104 // Encoding when KindBits contains kModuleExport.
accessor-assembler.cc 477 Branch(WordEqual(handler_kind, IntPtrConstant(LoadHandler::kModuleExport)),
    [all...]

Completed in 142 milliseconds