GE Lua Documentation

Press F to search!

className

Definition


-- @/=[C]:-1
function className(...)

Callers

@/inspector/External/CodeMirror/javascript.js
    // Class expressions may have an optional name.
    if (type == "variable") return className(type, value);
    return classNameAfter(type, value);
  }
  function className(type, value) {
    if (type == "variable") {register(value); return cont(classNameAfter);}
@/inspector/Models/DOMSearchMatchObject.js

    get className()
    {
@/inspector/Models/SourceCodeSearchMatchObject.js

    get className()
    {