About 50 results
Open links in new tab
  1. javascript - What is lexical scope? - Stack Overflow

    Jun 26, 2009 · This is called lexical scoping where " functions are executed using the scope chain that was in effect when they were defined " - according to JavaScript Definition Guide. Lexical …

  2. Lexical Custom Node not working with Enter Key - Stack Overflow

    Dec 27, 2024 · Need to create a custom node to create heading1, formatted and normal fonts on choosing each button and created a custom node for it. NewNode.js import { ElementNode } …

  3. javascript - What is lexical 'this'? - Stack Overflow

    Lexical this simply means that this is looked up in lexical scope. I guess that was actually always the case. Maybe it is easier to understand if we say that an arrow function doesn't have an …

  4. Static (Lexical) Scoping vs Dynamic Scoping (Pseudocode)

    Mar 14, 2014 · Term: Lexical scoping denotes that an entity such as a function resolves its free variables from where the entity is defined. Term: Dynamic scoping denotes that an entity such …

  5. string - What is lexicographical order? - Stack Overflow

    Aug 30, 2017 · What is the exact meaning of lexicographical order? How it is different from alphabetical order?

  6. How to get lexical search score and vector search score in a hybrid ...

    Feb 20, 2025 · The idea is simple: Lexical Search retrieves results based on text relevance. Vector Search retrieves results based on semantic similarity. Hybrid Scoring sums both …

  7. Supporting "@mention" functionality with lexical js

    Nov 6, 2022 · The Lexical Playground includes mentioning functionality with auto-complete popup. The code for the functionality is available here.

  8. Newest 'lexical' Questions - Stack Overflow

    Jul 1, 2025 · Lexical is a JavaScript text editor that doesn't use the standard input tags to type the text in. I have created a chrome extension where I do a word find and replace by targeting …

  9. function - How do JavaScript closures work? - Stack Overflow

    Sep 21, 2008 · A closure is a pairing of: A function and A reference to that function's outer scope (lexical environment) A lexical environment is part of every execution context (stack frame) …

  10. std::lexical_cast - is there such a thing? - Stack Overflow

    Nov 9, 2011 · std::lexical_cast - is there such a thing? Asked 14 years, 2 months ago Modified 6 years, 8 months ago Viewed 73k times