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.h172 bool Object::IsString() const { function in class:v8::internal::Object
223 if (!IsString()) return false;
229 if (!IsString()) return false;
235 if (!IsString()) return false;
241 if (!IsString()) return false;
248 if (!IsString()) return false;
255 if (!IsString()) return false;
261 if (!IsString()) return false;
268 if (!IsString()) return false;
854 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.h1731 V8_INLINE bool IsString() const;
7878 bool Value::IsString() const { function in class:v8::Value

Completed in 193 milliseconds