Searched defs:IsName (Results 1 – 5 of 5) sorted by relevance
| /external/pdfium/core/fpdfapi/parser/ | ||
| D | cpdf_name.cpp | 37 bool CPDF_Name::IsName() const { in IsName() function in CPDF_Name |
| D | cpdf_object.cpp | 78 bool CPDF_Object::IsName() const { in IsName() function in CPDF_Object |
| /external/v8/src/parsing/ | ||
| D | preparser.h | 64 bool IsName() const { return type_ == kNameIdentifier; } in IsName() function |
| /external/v8/src/ | ||
| D | code-stub-assembler.cc | 5670 TNode<BoolT> CodeStubAssembler::IsName(SloppyTNode<HeapObject> object) { in IsName() function in v8::internal::CodeStubAssembler |
| D | api.cc | 3368 bool Value::IsName() const { in IsName() function in v8::Value |