Searched refs:HasProperty (Results 1 – 11 of 11) sorted by relevance
152 return obj->bound_class->HasProperty(ident); in hasProperty()198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { in HasProperty() function in CppBoundClass
165 bool HasProperty(NPIdentifier ident) const;
163 …nc(Messages::NPObjectMessageReceiver::HasProperty(propertyNameData), Messages::NPObjectMessageRece… in hasProperty()
30 HasProperty(WebKit::NPIdentifierData propertyName) -> (bool returnValue)
359 %HasElement(x, this) : %HasProperty(x, %ToString(this));400 if (%HasProperty(this, string)) return string;
53 F(HasProperty, 2, 1) \
1709 if (!obj->HasProperty(*name)) return v8::Local<Value>(); in StackTrace()3031 return self->HasProperty(*key_obj); in Has()
4533 bool JSReceiver::HasProperty(String* name) { in HasProperty() function
1437 inline bool HasProperty(String* name);
4799 bool result = receiver->HasProperty(key); in RUNTIME_FUNCTION()8762 ASSERT(object->HasProperty(*name)); in LoadContextSlotHelper()
20961 Add HasProperty message.20965 Send the HasProperty message.39176 Call the NPClass HasProperty function.