Searched refs:HasProperty (Results 1 - 9 of 9) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_bound_class.h165 bool HasProperty(NPIdentifier ident) const;
H A Dcpp_bound_class.cc152 return obj->bound_class->HasProperty(ident);
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { function in class:CppBoundClass
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectProxy.cpp163 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasProperty(propertyNameData), Messages::NPObjectMessageReceiver::HasProperty::Reply(returnValue), m_npObjectID))
/external/v8/src/
H A Druntime.js359 %HasElement(x, this) : %HasProperty(x, %ToString(this));
400 if (%HasProperty(this, string)) return string;
H A Druntime.h53 F(HasProperty, 2, 1) \
H A Dapi.cc1709 if (!obj->HasProperty(*name)) return v8::Local<Value>();
3031 return self->HasProperty(*key_obj);
3048 ON_BAILOUT(isolate, "v8::Object::HasProperty()", return false);
H A Dobjects-inl.h4533 bool JSReceiver::HasProperty(String* name) { function in class:JSReceiver
H A Dobjects.h1437 inline bool HasProperty(String* name);
H A Druntime.cc4799 bool result = receiver->HasProperty(key);
8762 ASSERT(object->HasProperty(*name));

Completed in 167 milliseconds