Home
last modified time | relevance | path

Searched refs:GetNormalizedProperty (Results 1 – 4 of 4) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dproperty.h314 return holder()->GetNormalizedProperty(this); in GetValue()
Druntime.cc908 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()
Dobjects.h1371 Object* GetNormalizedProperty(LookupResult* result);
Dobjects.cc391 Object* JSObject::GetNormalizedProperty(LookupResult* result) { in GetNormalizedProperty() function in v8::internal::JSObject
529 value = holder->GetNormalizedProperty(result); in GetProperty()