Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: pkg/analyzer/lib/src/summary/format.fbs

Issue 2013093002: Summarize references to closure parameters properly. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script "pkg/analyzer/tool/generate_files". 6 // To regenerate the file, use the script "pkg/analyzer/tool/generate_files".
7 7
8 8
9 /** 9 /**
10 * Kind of a source in the cache. 10 * Kind of a source in the cache.
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 * and push it onto the stack. 277 * and push it onto the stack.
278 */ 278 */
279 makeSymbol, 279 makeSymbol,
280 280
281 /** 281 /**
282 * Push the constant `null` onto the stack. 282 * Push the constant `null` onto the stack.
283 */ 283 */
284 pushNull, 284 pushNull,
285 285
286 /** 286 /**
287 * Push the value of the constant constructor parameter with 287 * Push the value of the function parameter with the name obtained from
288 * the name obtained from [UnlinkedConst.strings]. 288 * [UnlinkedConst.strings].
289 */ 289 */
290 pushConstructorParameter, 290 pushParameter,
291 291
292 /** 292 /**
293 * Evaluate a (potentially qualified) identifier expression and push the 293 * Evaluate a (potentially qualified) identifier expression and push the
294 * resulting value onto the stack. The identifier to be evaluated is 294 * resulting value onto the stack. The identifier to be evaluated is
295 * obtained from [UnlinkedConst.references]. 295 * obtained from [UnlinkedConst.references].
296 * 296 *
297 * This operation is used to represent the following kinds of constants 297 * This operation is used to represent the following kinds of constants
298 * (which are indistinguishable from an unresolved AST alone): 298 * (which are indistinguishable from an unresolved AST alone):
299 * 299 *
300 * - A qualified reference to a static constant variable (e.g. `C.v`, where 300 * - A qualified reference to a static constant variable (e.g. `C.v`, where
(...skipping 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2369 2369
2370 /** 2370 /**
2371 * If a local variable, the beginning of the visible range; zero otherwise. 2371 * If a local variable, the beginning of the visible range; zero otherwise.
2372 */ 2372 */
2373 visibleOffset:uint (id: 12); 2373 visibleOffset:uint (id: 12);
2374 } 2374 }
2375 2375
2376 root_type PackageBundle; 2376 root_type PackageBundle;
2377 2377
2378 file_identifier "PBdl"; 2378 file_identifier "PBdl";
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/idl.dart » ('j') | pkg/analyzer/lib/src/summary/summarize_ast.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698