public final class CallStandardMethodIntrinsic extends FunctionIntrinsic
NO_INTRINSIC| Constructor and Description |
|---|
CallStandardMethodIntrinsic(com.google.dart.compiler.backend.js.ast.JsNameRef methodName,
boolean receiverShouldBeNotNull,
int expectedParamsNumber) |
| 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 CallStandardMethodIntrinsic(@NotNull com.google.dart.compiler.backend.js.ast.JsNameRef methodName, boolean receiverShouldBeNotNull, int expectedParamsNumber)
@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