Lines Matching defs:parameter
245 // another list. This is used to reparent parameter initializers that contain
686 // because of a call to 'eval', the context parameter should be set to the
1018 // Declare a parameter in this scope. When there are duplicated
1059 // Parameters. The left-most parameter has index 0.
1061 Variable* parameter(int index) const {
1068 // parameter. Examples:
1074 // The function's rest parameter (nullptr if there is none).
1129 // the scope of temporaries and do-expression vars when desugaring parameter
1249 // parameter is the context in which eval was called. In all other
1250 // cases the context parameter is an empty handle.
1269 // This function scope has a rest parameter.
1271 // This scope has a parameter called "arguments".