Home
last modified time | relevance | path

Searched defs:IsUndefined (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ast/
Dast-value-factory.h224 bool IsUndefined() const { return type_ == UNDEFINED; } in IsUndefined() function
/external/pdfium/fxjs/
Dcfxjse_value.cpp348 bool CFXJSE_Value::IsUndefined() const { in IsUndefined() function in CFXJSE_Value
/external/llvm/lib/LTO/
DLTOModule.cpp584 bool IsUndefined = Flags & object::BasicSymbolRef::SF_Undefined; in parseSymbols() local
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp135 bool IsUndefined = false; in convertConstant() local
/external/v8/src/parsing/
Dpreparser.h80 bool IsUndefined() const { return type_ == kUndefinedIdentifier; } in IsUndefined() function