Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-function.cc228 LookupIterator length_lookup(target, isolate->factory()->length_string(), in DoFunctionBind() local
235 length_lookup.state() != LookupIterator::ACCESSOR || in DoFunctionBind()
236 !length_lookup.GetAccessors()->IsAccessorInfo()) { in DoFunctionBind()
239 JSReceiver::GetPropertyAttributes(&length_lookup); in DoFunctionBind()
244 Object::GetProperty(&length_lookup)); in DoFunctionBind()