Home | History | Annotate | Download | only in src

Lines Matching defs:Arguments

34 // Arguments provides access to runtime call parameters.
36 // It uses the fact that the instance fields of Arguments
42 // Object* Runtime_function(Arguments args) {
46 class Arguments BASE_EMBEDDED {
48 Arguments(int length, Object** arguments)
49 : length_(length), arguments_(arguments) { }
64 // Get the total number of arguments including the receiver.
67 Object** arguments() { return arguments_; }
75 // Cursom arguments replicate a small segment of stack that can be
76 // accessed through an Arguments object the same way the actual stack