Uses of Class
elemental2.core.Function
-
Uses of Function in elemental2.core
Fields in elemental2.core declared as FunctionModifier and TypeFieldDescriptionArguments.callee
Arguments.caller
Deprecated.Function.caller
JsObject.constructor
Methods in elemental2.core that return FunctionModifier and TypeMethodDescriptionJsObject.__lookupGetter__
(String sprop) Deprecated.JsObject.__lookupSetter__
(String sprop) Deprecated.final Function
Methods in elemental2.core with parameters of type FunctionModifier and TypeMethodDescriptionvoid
JsObject.__defineGetter__
(String sprop, Function fun) Deprecated.void
JsObject.__defineSetter__
(String sprop, Function fun) Deprecated.JsObject.__noSuchMethod__
(Function fun) Deprecated.static void
JsError.captureStackTrace
(JsObject error, Function constructor) static final void
JsError.captureStackTrace
(Object error, Function constructor)