Searched refs:jsproto (Results 1 – 1 of 1) sorted by relevance
5844 Handle<JSObject> jsproto = in RUNTIME_FUNCTION() local5847 if (jsproto->IsAccessCheckNeeded() && in RUNTIME_FUNCTION()5848 !isolate->MayNamedAccess(jsproto, in RUNTIME_FUNCTION()5851 isolate->ReportFailedAccessCheck(jsproto, v8::ACCESS_KEYS); in RUNTIME_FUNCTION()5856 n = jsproto->NumberOfOwnProperties(filter); in RUNTIME_FUNCTION()5874 Handle<JSObject> jsproto = in RUNTIME_FUNCTION() local5876 jsproto->GetOwnPropertyNames(*names, next_copy_index, filter); in RUNTIME_FUNCTION()5899 if ((filter & STRING) == 0 && JSObject::HasHiddenProperties(jsproto)) { in RUNTIME_FUNCTION()