Home
last modified time | relevance | path

Searched refs:HasInstance (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
Dnode_buffer.h61 static inline bool HasInstance(v8::Handle<v8::Value> val) { in HasInstance() function
64 return constructor_template->HasInstance(obj); in HasInstance()
Dnode_buffer.cpp198 } else if (Buffer::HasInstance(args[0]) && args.Length() > 2) { in New()
368 if (!Buffer::HasInstance(args[0])) { in Copy()