Searched refs:GetAttributes (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dproperty.cc52 PrintF(out, " -attributes = %x\n", GetAttributes());
H A Dproperty.h274 PropertyAttributes GetAttributes() { function in class:v8::internal::BASE_EMBEDDED
H A Dic.cc1421 if (lookup->GetAttributes() != NONE) return;
1868 if (lookup->GetAttributes() == NONE) {
H A Dobjects.cc312 *attributes = result->GetAttributes();
372 return result->GetAttributes();
612 *attributes = result->GetAttributes();
2952 if (attributes == result->GetAttributes()) {
2963 attributes = result->GetAttributes();
3071 if (attributes == result.GetAttributes()) {
3082 attributes = result.GetAttributes();
3111 if (result.IsProperty()) return result.GetAttributes();
3210 return result->GetAttributes();
H A Druntime.cc1352 if (lookup.GetAttributes() & READ_ONLY) {
1361 attr |= lookup.GetAttributes() & DONT_DELETE;
4391 if (callback->IsForeign() && result.GetAttributes() == attr) {
4407 (attr != result.GetAttributes() || result.type() == CALLBACKS)) {

Completed in 178 milliseconds