Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在语言规范中找不到有关“本地”子句的任何内容。谁能解释一下这在哪里定义为语言的一部分?
用 Dart 语言编写的代码示例:
double get defaultValue native "AudioParam_defaultValue_Getter";
我知道这旨在将包装器写入本机代码,但我找不到它在哪里定义这是一个有效的语言元素。
我相信这是一个实现细节,还不是规范的一部分。
我会打开一个错误来跟踪这个。我可以想象其他人想要创建使用本机的代码。
见这里:https ://code.google.com/p/dart/issues/detail?id=7703