Searched refs:GetNormalizedProperty (Results 1 – 4 of 4) sorted by relevance
314 return holder()->GetNormalizedProperty(this); in GetValue()
908 if (global->GetNormalizedProperty(&lookup)->IsTheHole()) { in Runtime_InitializeConstGlobal()999 if (context_ext->GetNormalizedProperty(&lookup)->IsTheHole()) { in Runtime_InitializeConstContextSlot()5643 value = result->holder()->GetNormalizedProperty(result); in DebugLookupResultValue()
1371 Object* GetNormalizedProperty(LookupResult* result);
391 Object* JSObject::GetNormalizedProperty(LookupResult* result) { in GetNormalizedProperty() function in v8::internal::JSObject529 value = holder->GetNormalizedProperty(result); in GetProperty()