Home | History | Annotate | Download | only in src

Lines Matching refs:Contextual

112   // Returns if this IC is for contextual (no explicit receiver)
302 class Contextual: public BitField<ContextualMode, 0, 1> {};
306 return Contextual::encode(mode) | StringStubState::encode(feedback);