Searched defs:IsString (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.h47 V8_INLINE FX_BOOL IsString() const { function in class:CFXJSE_Value
54 return hValue->IsString();
/external/v8/src/ast/
H A Dast-value-factory.h138 bool IsString() const { function in class:v8::internal::AstValue
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h93 bool IsString() const { return m_Type == PDFOBJ_STRING; } function in class:CPDF_Object
/external/v8/src/
H A Dobjects-inl.h176 bool HeapObject::IsString() const { function in class:v8::internal::HeapObject
215 if (!IsString()) return false;
220 if (!IsString()) return false;
225 if (!IsString()) return false;
230 if (!IsString()) return false;
236 if (!IsString()) return false;
242 if (!IsString()) return false;
247 if (!IsString()) return false;
253 if (!IsString()) return false;
802 return IsJSValue() && JSValue::cast(this)->value()->IsString();
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp555 bool IsString = Tok.getKind() == tok::string_literal; local
556 if (!IsString && Tok.getKind() != tok::identifier &&
565 if (IsString) {
/external/v8/include/
H A Dv8.h1721 V8_INLINE bool IsString() const;
8270 bool Value::IsString() const { function in class:v8::Value

Completed in 1460 milliseconds