Searched refs:kBoundArgumentsStartIndex (Results 1 – 4 of 4) sorted by relevance
135 const kBoundArgumentsStartIndex = 2;
2066 for (int i = JSFunction::kBoundArgumentsStartIndex; in ExtractClosureReferences()2070 i - JSFunction::kBoundArgumentsStartIndex); in ExtractClosureReferences()
7823 int array_size = JSFunction::kBoundArgumentsStartIndex + argc; in RUNTIME_FUNCTION()7874 int bound_argc = bound_args->length() - JSFunction::kBoundArgumentsStartIndex; in RUNTIME_FUNCTION()7885 JSFunction::kBoundArgumentsStartIndex + i)); in RUNTIME_FUNCTION()
5870 static const int kBoundArgumentsStartIndex = 2; variable