About 1,020,000 results
Open links in new tab
  1. javascript - What is lexical 'this'? - Stack Overflow

    Actually the current ECMA 2022 version does call the two possible values of "this" used to build a function evaluation context lexical-this and non-lexical-this, the meaning of which relates to the …

  2. javascript - What is lexical scope? - Stack Overflow

    Jun 26, 2009 · Lexical scope means that in a nested group of functions, the inner functions have access to the variables and other resources of their parent scope. This means that the child's …

  3. javascript - Variable vs Lexical Environment - Stack Overflow

    Aug 24, 2024 · A lexical environment consists of an environment record, which can be thought of as an object whose properties are the variable and function names declared within the …

  4. lexicaljs - How can I pass in existing html content to initialize an ...

    Oct 17, 2022 · When using LexicalComposer, the initialConfig accepts an editorState parameter that can be used to pass in some initial content.

  5. Find all matching text and apply styling in Lexical

    Sep 30, 2022 · The only way I've found so far is to handle the text insertion manually. It'll wipe out any existing styles, so the editor state is stored, and the editor is locked until the search is …

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

    Aug 30, 2017 · This simply means "dictionary order", i.e., the way in which words are ordered in a dictionary. If you were to determine which one of the two words would come before the other …

  7. What can create a lexical error in C? - Stack Overflow

    May 2, 2012 · Basically anything that is not conforming to ISO C 9899/1999, Annex A.1 "Lexical Grammar" is a lexical fault if the compiler does its lexical analysis according to this grammar. …

  8. lexical - Is it possible to prevent new paragraph node with enter in ...

    Nov 25, 2022 · I´m trying to create a "one line" message component based on Lexical, but i´m unable to prevent the enter key to create a new paragraph. Any ideas how to accomplish this? …

  9. Lexical environment and function scope - Stack Overflow

    Sep 26, 2012 · A Lexical Environment is a specification type used to define the association of Identifiers to specific variables and functions based upon the lexical nesting structure of …

  10. java - What is the difference between Lexical grammar and …

    May 17, 2015 · Of course this folds back on your provided definition of "lexical grammar", so allow me to highlight the major difference--lexical grammar describes the structure of the lexicon, …

Refresh