Home
last modified time | relevance | path

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

/external/v8/src/
Druntime.cc3401 Handle<JSObject> jsproto = obj; in Runtime_GetLocalPropertyNames() local
3404 if (jsproto->IsAccessCheckNeeded() && in Runtime_GetLocalPropertyNames()
3405 !Top::MayNamedAccess(*jsproto, in Runtime_GetLocalPropertyNames()
3408 Top::ReportFailedAccessCheck(*jsproto, v8::ACCESS_KEYS); in Runtime_GetLocalPropertyNames()
3412 n = jsproto->NumberOfLocalProperties(static_cast<PropertyAttributes>(NONE)); in Runtime_GetLocalPropertyNames()
3416 jsproto = Handle<JSObject>(JSObject::cast(jsproto->GetPrototype())); in Runtime_GetLocalPropertyNames()
3424 jsproto = obj; in Runtime_GetLocalPropertyNames()
3427 jsproto->GetLocalPropertyNames(*names, in Runtime_GetLocalPropertyNames()
3429 if (!GetHiddenProperties(jsproto, false)->IsUndefined()) { in Runtime_GetLocalPropertyNames()
3433 jsproto = Handle<JSObject>(JSObject::cast(jsproto->GetPrototype())); in Runtime_GetLocalPropertyNames()
[all …]