Home
last modified time | relevance | path

Searched refs:kStrictModeState (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbuiltins.h93 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, StoreIC::kStrictModeState) \
101 StoreIC::kStrictModeState) \
103 StoreIC::kStrictModeState) \
105 StoreIC::kStrictModeState) \
/external/v8/src/ic/
Dic.h459 static const ExtraICState kStrictModeState = 1 << StrictModeState::kShift; variable