public final class BuiltInFunctionIntrinsic extends FunctionIntrinsic
NO_INTRINSIC| Constructor and Description |
|---|
BuiltInFunctionIntrinsic(java.lang.String functionName) |
| 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 BuiltInFunctionIntrinsic(@NotNull java.lang.String functionName)
@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