Home
last modified time | relevance | path

Searched refs:lexical_handler (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3343 TNode<IntPtrT> lexical_handler = SmiUntag(CAST(maybe_weak_ref)); in LoadGlobalIC_TryPropertyCellCase() local
3345 Signed(DecodeWord<FeedbackNexus::ContextIndexBits>(lexical_handler)); in LoadGlobalIC_TryPropertyCellCase()
3347 Signed(DecodeWord<FeedbackNexus::SlotIndexBits>(lexical_handler)); in LoadGlobalIC_TryPropertyCellCase()
3810 TNode<IntPtrT> lexical_handler = SmiUntag(CAST(maybe_weak_ref)); in StoreGlobalIC() local
3812 Signed(DecodeWord<FeedbackNexus::ContextIndexBits>(lexical_handler)); in StoreGlobalIC()
3814 Signed(DecodeWord<FeedbackNexus::SlotIndexBits>(lexical_handler)); in StoreGlobalIC()

Completed in 8 milliseconds