public final class BuiltInPropertyIntrinsic extends FunctionIntrinsic
NO_INTRINSIC| Constructor and Description |
|---|
BuiltInPropertyIntrinsic(java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
apply(com.google.dart.compiler.backend.js.ast.JsExpression receiver,
java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> arguments,
TranslationContext context) |
existspublic BuiltInPropertyIntrinsic(@NotNull java.lang.String propertyName)
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression apply(@Nullable com.google.dart.compiler.backend.js.ast.JsExpression receiver, @NotNull java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> arguments, @NotNull TranslationContext context)
apply in class FunctionIntrinsic