Searched defs:ScriptType (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h37 enum class ScriptType { Normal, Super, Sub }; class in class:CPDF_VariableText
/external/v8/src/debug/
H A Ddebug.js62 // The different types of scripts matching enum ScriptType in objects.h.
63 Debug.ScriptType = { Native: 0,
586 if (script.type == Debug.ScriptType.Native) {
2116 var types = ScriptTypeFlag(Debug.ScriptType.Normal);

Completed in 721 milliseconds