Home
last modified time | relevance | path

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

/external/v8/src/
Daccessors.cc1102 int bound_length = function->bound_arguments()->length(); in BoundFunctionLengthGetter() local
1103 int length = Max(0, target_length->value() - bound_length); in BoundFunctionLengthGetter()
Dbootstrapper.cc2458 Handle<AccessorInfo> bound_length = in InitializeGlobal() local
2461 AccessorConstantDescriptor d(factory->length_string(), bound_length, in InitializeGlobal()