dart-sdk/pkg/kernel/lib
Srujan Gaddam d67104c37c [pkg:js] Refactor mock creation to export creation
Instead of relying on descriptors, we now just take in an export
map that was already precomputed for a given class. This map is
then used to create an object literal that maps property names to
their Dart targets.

Change-Id: I431cbfb3978eb41543bb46859612e13da7637e79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/261764
Reviewed-by: Riley Porter <rileyporter@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2022-10-24 17:37:09 +00:00
..
binary Redo "[kernel] Create Source.sourceCode as view of the binary bytes" 2022-10-21 01:11:47 +00:00
src [cfe] Add initial implementation of type inference for records 2022-09-26 15:25:27 +00:00
target [vm/aot] Support dynamic record field access in TFA 2022-10-19 17:49:47 +00:00
testing [cfe] Implement subtype relationship for record types 2022-08-29 10:05:35 +00:00
text Fix typos 2022-10-12 14:12:42 +00:00
transformations Change : to = for default values in pkg. 2022-08-24 15:57:16 +00:00
util [CFE][kernel] Use .of instead of .from 2022-01-24 14:38:36 +00:00
ast.dart [cfe] Unify handling of 'resolveTypeParameterType'. 2022-10-06 10:38:39 +00:00
canonical_name.dart [CFE] Add toText to Reference and CanonicalName 2022-04-25 11:13:44 +00:00
class_hierarchy.dart Change : to = for default values in pkg. 2022-08-24 15:57:16 +00:00
clone.dart [cfe] Add RecordType, RecordLiteral, and associated nodes 2022-08-25 10:33:35 +00:00
core_types.dart Reland "Reland "[cfe,corelib] Add class 'Record' to the core library"" 2022-10-04 12:29:47 +00:00
default_language_version.dart [release] Bump version to 2.19 2022-07-14 14:14:55 +00:00
error_formatter.dart [kernel] Reland: Migrate remaining bin/lib libraries in package:kernel 2021-04-28 14:36:53 +00:00
external_name.dart [kernel] Add Field.fieldReference 2021-09-24 12:01:08 +00:00
import_table.dart Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
kernel.dart Change : to = for default values in pkg. 2022-08-24 15:57:16 +00:00
library_index.dart [pkg:js] Refactor mock creation to export creation 2022-10-24 17:37:09 +00:00
naive_type_checker.dart [cfe] Unify handling of 'resolveTypeParameterType'. 2022-10-06 10:38:39 +00:00
reference_from_index.dart [cfe] Handle unnamed extensions in parts 2022-09-14 14:44:12 +00:00
type_algebra.dart [cfe] Add initial implementation of type inference for records 2022-09-26 15:25:27 +00:00
type_checker.dart [cfe] Unify handling of 'resolveTypeParameterType'. 2022-10-06 10:38:39 +00:00
type_environment.dart [cfe] Unify handling of 'resolveTypeParameterType'. 2022-10-06 10:38:39 +00:00
verifier.dart Change : to = for default values in pkg. 2022-08-24 15:57:16 +00:00
visitor.dart [cfe] Add RecordType, RecordLiteral, and associated nodes 2022-08-25 10:33:35 +00:00