Searched refs:IsProperty (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dic.cc175 Object* end = lookup->IsProperty()
440 if (lookup->IsProperty()) {
528 if (!lookup.IsProperty()) {
688 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
895 if (!lookup.IsProperty()) {
948 } else if (!lookup->IsProperty()) {
1134 if (!lookup.IsProperty() && IsContextual(object)) {
1199 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
1363 if (lookup.IsProperty() && lookup.IsReadOnly()) {
H A Dproperty.h291 bool IsProperty() { function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc304 if (result->IsProperty()) {
325 if (r.IsProperty()) {
338 if (r.IsProperty()) {
364 if (result->IsProperty()) {
385 if (r.IsProperty()) {
403 if (r.IsProperty()) {
583 Object* last = result->IsProperty()
608 if (!result->IsProperty()) {
2060 if (result->IsProperty()) {
2528 if (result->IsProperty()) retur
[all...]
H A Dhandles.cc732 if (descs->IsProperty(i) && !descs->IsDontEnum(i)) {
H A Dbootstrapper.cc2188 if (result.IsProperty()) continue;
2225 if (result.IsProperty()) continue;
H A Druntime.cc892 if (!result->IsProperty()) {
925 ASSERT(result->IsProperty());
958 if (result->IsProperty()) {
1098 if (!result.IsProperty()) {
1299 if (lookup.IsProperty()) {
1350 if (lookup.IsProperty() && (lookup.type() != INTERCEPTOR)) {
1565 if (!lookup.IsProperty()) {
4406 if (result.IsProperty() &&
10153 if (result.IsProperty()) {
10211 if (result.IsProperty()) {
[all...]
H A Dliveobjectlist.cc344 if (!result.IsProperty()) {
H A Dstub-cache.cc1313 if (lookup->IsProperty()) return;
H A Dprofile-generator.cc2220 if (result.IsProperty()) {
H A Dobjects-inl.h1962 bool DescriptorArray::IsProperty(int descriptor_number) {
H A Dobjects.h2476 inline bool IsProperty(int descriptor_number);
H A Dapi.cc3132 if (!lookup->IsProperty()) {

Completed in 256 milliseconds